From 8c24086c6d97f33d8518285ca08a1fe606f4413c Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 4 Dec 2024 12:03:57 +0100 Subject: [PATCH] test: pass make options in features compilation test --- test/compilation/001-features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2