X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=t%2Fsrc%2FMakefile.am;h=0244bf77b87094b18406be63d97f1dd8cd697f97;hb=e5f86c3d527897be1f7e7135ffdfc023831aaebd;hp=66ee63c8511342d325b4691c8a68be071b8cca46;hpb=66bb0d0211925f3ff0e4f087e6c9a948d1b1260d;p=gedcom-parse.git diff --git a/t/src/Makefile.am b/t/src/Makefile.am index 66ee63c..0244bf7 100644 --- a/t/src/Makefile.am +++ b/t/src/Makefile.am @@ -6,7 +6,8 @@ INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" -I $(srcdir)/../../include \ -I $(srcdir)/../../utf8 CFLAGS = -g -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)