From: Miroslav Lichvar Date: Thu, 27 Feb 2020 07:30:40 +0000 (+0100) Subject: test: extend 001-features test X-Git-Tag: 4.0-pre1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57cea56e6eff9fd03ff13a8c2ead37e79253ee23;p=thirdparty%2Fchrony.git test: extend 001-features test --- diff --git a/test/compilation/001-features b/test/compilation/001-features index 125ed31d..7f459d27 100755 --- a/test/compilation/001-features +++ b/test/compilation/001-features @@ -26,5 +26,7 @@ for opts in \ "--disable-cmdmon --disable-ntp --disable-refclock" do ./configure $opts || exit 1 + make clean make "$@" || exit 1 + make -C test/unit check || exit 1 done