From: Adrian Szyndela Date: Wed, 13 Feb 2019 13:19:07 +0000 (+0100) Subject: tests: bring back compile-time tests X-Git-Tag: accepted/tizen/unified/20190322.075526~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F199641%2F2;p=platform%2Fcore%2Fsystem%2Flibdbuspolicy.git tests: bring back compile-time tests 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 --- diff --git a/packaging/libdbuspolicy.spec b/packaging/libdbuspolicy.spec index a723b28..8e99a50 100644 --- a/packaging/libdbuspolicy.spec +++ b/packaging/libdbuspolicy.spec @@ -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