From b7382eee137f67f959da59912d5d9b9e5587e834 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 14 Aug 2012 22:32:03 +0000 Subject: nsfe testcase and nsfe fixes --- src/plugins/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/plugins/Makefile.am') diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 4669a11..281035c 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -33,7 +33,8 @@ EXTRA_DIST = template_extractor.c \ testdata/png_image.png \ testdata/odf_cg.odt \ testdata/deb_bzip2.deb \ - testdata/nsf_arkanoid.nsf + testdata/nsf_arkanoid.nsf \ + testdata/nsfe_classics.nsfe if HAVE_VORBISFILE PLUGIN_OGG=libextractor_ogg.la @@ -119,6 +120,7 @@ check_PROGRAMS = \ test_odf \ test_zip \ test_nsf \ + test_nsfe \ $(TEST_ZLIB) \ $(TEST_OGG) \ $(TEST_MIME) \ @@ -177,6 +179,11 @@ libextractor_nsfe_la_SOURCES = \ libextractor_nsfe_la_LDFLAGS = \ $(PLUGINFLAGS) +test_nsfe_SOURCES = \ + test_nsfe.c +test_nsfe_LDADD = \ + $(top_builddir)/src/plugins/libtest.la + libextractor_odf_la_SOURCES = \ odf_extractor.c -- cgit v1.2.3