diff --git a/test/compilation/001-features b/test/compilation/001-features index 125ed31..7f459d2 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