From: Adam Sampson Date: Mon, 18 May 2026 13:41:40 +0000 (+0100) Subject: tests: test_scols_termreduce needs libsmartcols X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ff4c9f4a79d3bef53cfd004451a066f679c9de59;p=thirdparty%2Futil-linux.git tests: test_scols_termreduce needs libsmartcols This helper needs libsmartcols, so it can't be built if util-linux is configured with --disable-libsmartcols. (It's still reasonable to want to run the test suite in this case, for example if you're configuring util-linux to only build libuuid.) Signed-off-by: Adam Sampson --- diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am index c5033f3b8..e12784968 100644 --- a/tests/helpers/Makemodule.am +++ b/tests/helpers/Makemodule.am @@ -1,8 +1,10 @@ +if BUILD_LIBSMARTCOLS if !OSS_FUZZ check_PROGRAMS += test_scols_termreduce test_scols_termreduce_SOURCES = tests/helpers/test_scols_termreduce.c test_scols_termreduce_LDADD = $(LDADD) libsmartcols.la endif +endif check_PROGRAMS += test_mbsencode test_mbsencode_SOURCES = tests/helpers/test_mbsencode.c