test: extend compilation/001-features

This commit is contained in:
Miroslav Lichvar 2015-09-09 13:50:32 +02:00
parent 16eb18e797
commit 5a40950ffd

View file

@ -5,8 +5,14 @@
cd ../..
for opts in \
"--enable-debug" \
"--disable-asyncdns" \
"--disable-ipv6" \
"--disable-privdrop" \
"--disable-readline" \
"--disable-rtc" \
"--disable-scfilter" \
"--disable-sechash" \
"--disable-cmdmon" \
"--disable-ntp" \
"--disable-refclock" \
@ -15,5 +21,5 @@ for opts in \
"--disable-cmdmon --disable-ntp --disable-refclock"
do
./configure $opts
make || exit 1
make "$@" || exit 1
done