tests: bring back compile-time tests 41/199641/2
authorAdrian Szyndela <adrian.s@samsung.com>
Wed, 13 Feb 2019 13:19:07 +0000 (14:19 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Wed, 13 Feb 2019 13:21:56 +0000 (14:21 +0100)
It appears one-liner 'make all-tests check' does not work the same way
as two lines:
make all-tests
make check
This brings back two lines, because with one line 'make check' is
not executed.

Change-Id: I3f04b72b4421aab74dcc1a70f4146a329db87bfd

packaging/libdbuspolicy.spec

index a723b28..8e99a50 100644 (file)
@@ -52,7 +52,8 @@ cp %{SOURCE1001} .
 %if 0%{?enable_doxygen:1}
 --enable-doxygen
 %endif
-make all-tests check
+make all-tests
+make check
 
 %install
 make DESTDIR=%{buildroot} install