Index: src/main/Makefile.am =================================================================== --- src/main/Makefile.am (revision 18339) +++ src/main/Makefile.am (working copy) @@ -30,7 +30,8 @@ EXTRA_DIST = \ - iconv.c + iconv.c \ + $(fuzz_tests) libextractor_la_CPPFLAGS = -DPLUGINDIR=\"@address@hidden" -DPLUGININSTDIR=\"${plugindir}\" $(AM_CPPFLAGS) @@ -49,10 +50,6 @@ LDADD = \ $(top_builddir)/src/main/libextractor.la -if HAVE_ZZUF - fuzz_tests=fuzz_default.sh fuzz_thumbnail.sh -endif - TESTS_ENVIRONMENT = testdatadir=$(top_srcdir)/test TESTS_ENVIRONMENT += bindir=${bindir} @@ -61,8 +58,15 @@ test_plugin_loading \ test_plugin_load_multi -TESTS = $(check_PROGRAMS) $(fuzz_tests) +fuzz_tests = \ + fuzz_default.sh \ + fuzz_thumbnail.sh +TESTS = $(check_PROGRAMS) +if HAVE_ZZUF +TESTS += $(fuzz_tests) +endif + test_trivial_SOURCES = \ test_trivial.c