test: extend compilation/001-features
This commit is contained in:
parent
16eb18e797
commit
5a40950ffd
1 changed files with 7 additions and 1 deletions
|
@ -5,8 +5,14 @@
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
for opts in \
|
for opts in \
|
||||||
|
"--enable-debug" \
|
||||||
"--disable-asyncdns" \
|
"--disable-asyncdns" \
|
||||||
|
"--disable-ipv6" \
|
||||||
|
"--disable-privdrop" \
|
||||||
|
"--disable-readline" \
|
||||||
"--disable-rtc" \
|
"--disable-rtc" \
|
||||||
|
"--disable-scfilter" \
|
||||||
|
"--disable-sechash" \
|
||||||
"--disable-cmdmon" \
|
"--disable-cmdmon" \
|
||||||
"--disable-ntp" \
|
"--disable-ntp" \
|
||||||
"--disable-refclock" \
|
"--disable-refclock" \
|
||||||
|
@ -15,5 +21,5 @@ for opts in \
|
||||||
"--disable-cmdmon --disable-ntp --disable-refclock"
|
"--disable-cmdmon --disable-ntp --disable-refclock"
|
||||||
do
|
do
|
||||||
./configure $opts
|
./configure $opts
|
||||||
make || exit 1
|
make "$@" || exit 1
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue