test: extend 001-features test
This commit is contained in:
parent
db7d9639b4
commit
57cea56e6e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue