From: Miroslav Lichvar Date: Wed, 4 Dec 2024 11:03:57 +0000 (+0100) Subject: test: pass make options in features compilation test X-Git-Tag: 4.7-pre1~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c24086c6d97f33d8518285ca08a1fe606f4413c;p=thirdparty%2Fchrony.git test: pass make options in features compilation test --- diff --git a/test/compilation/001-features b/test/compilation/001-features index 9bd340f8..282ce57b 100755 --- a/test/compilation/001-features +++ b/test/compilation/001-features @@ -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