build: add %check directive in spec file 89/220489/1
authorJongmin Lee <jm105.lee@samsung.com>
Thu, 19 Dec 2019 00:59:52 +0000 (09:59 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 19 Dec 2019 00:59:52 +0000 (09:59 +0900)
Usually command or series of commands to "test" the software located
under %check directive in spec file. The test will be conducted
after installation.

Change-Id: I69a1279642723f12b0289f8d16fbeb9f22a6a41e

packaging/aurum.spec

index ad92cb1..0c02148 100644 (file)
@@ -64,6 +64,8 @@ ninja \
     -v \
     all
 
+%check
+
 ninja \
     -C gbsbuild \
     -j %(echo "`/usr/bin/getconf _NPROCESSORS_ONLN`") \