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 <ats@offog.org>
+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