X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fsrc%2FMakefile.am;h=333bd0aa523f49094cc990dc44c0948a7efd2d9d;hb=13206019511132a89823d875c9cbf4c9c8ed8c0d;hp=66ee63c8511342d325b4691c8a68be071b8cca46;hpb=66bb0d0211925f3ff0e4f087e6c9a948d1b1260d;p=gedcom-parse.git diff --git a/t/src/Makefile.am b/t/src/Makefile.am index 66ee63c..333bd0a 100644 --- a/t/src/Makefile.am +++ b/t/src/Makefile.am @@ -4,9 +4,10 @@ INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" -I $(srcdir)/../../include \ -I $(srcdir)/../../utf8 -CFLAGS = -g -O2 @EXTRA_CFLAGS@ +CFLAGS = -O2 @EXTRA_CFLAGS@ -noinst_PROGRAMS = testgedcom pathtest gomtest updatetest testintl updategomtest +noinst_PROGRAMS = testgedcom pathtest gomtest updatetest testintl updategomtest \ + writegomtest noinst_HEADERS = output.h dump_gom.h portability.h testgedcom_SOURCES = standalone.c output.c portability.c @@ -29,10 +30,14 @@ updategomtest_SOURCES = update_gom.c output.c dump_gom.c portability.c updategomtest_LDFLAGS = -L../../gedcom/.libs -L../../gom/.libs updategomtest_LDADD = -lgedcom_gom -lgedcom @INTLLIBS@ +writegomtest_SOURCES = gom_write.c output.c portability.c +writegomtest_LDFLAGS = -L../../gedcom/.libs -L../../gom/.libs +writegomtest_LDADD = -lgedcom_gom -lgedcom @INTLLIBS@ + testintl_SOURCES = testintl.c output.c testintl_LDFLAGS = -L../../gedcom/.libs testintl_LDADD = -lgedcom @INTLLIBS@ -TEST_SCRIPT=test_script test_gom test_update test_intl test_updategom +TEST_SCRIPT=test_script test_gom test_update test_intl test_updategom test_writegom EXTRA_DIST=$(TEST_SCRIPT)