mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-01-20 21:00:20 -05:00
test: pass make options in features compilation test
This commit is contained in:
@@ -32,5 +32,5 @@ do
|
|||||||
./configure $opts || exit 1
|
./configure $opts || exit 1
|
||||||
make clean
|
make clean
|
||||||
make "$@" || exit 1
|
make "$@" || exit 1
|
||||||
make -C test/unit check || exit 1
|
make -C test/unit "$@" check || exit 1
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user