]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: pass make options in features compilation test
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 4 Dec 2024 11:03:57 +0000 (12:03 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 4 Dec 2024 11:08:57 +0000 (12:08 +0100)
test/compilation/001-features

index 9bd340f850124cb9d6e67fc398ed9263fa9eb088..282ce57bd6b18410462a994c5d9090da827b5e02 100755 (executable)
@@ -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