]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: extend 001-features test
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 27 Feb 2020 07:30:40 +0000 (08:30 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 5 Mar 2020 15:02:15 +0000 (16:02 +0100)
test/compilation/001-features

index 125ed31d462fd0f90d0e07144f544dc850254c71..7f459d278368effe5c4b7ffa8414f6dd7f456db5 100755 (executable)
@@ -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