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