From: Peter Verthez Date: Fri, 22 Nov 2002 21:29:23 +0000 (+0000) Subject: New test program. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=66bb0d0211925f3ff0e4f087e6c9a948d1b1260d;p=gedcom-parse.git New test program. --- diff --git a/t/src/Makefile.am b/t/src/Makefile.am index 3ff0c5f..66ee63c 100644 --- a/t/src/Makefile.am +++ b/t/src/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" -I $(srcdir)/../../include \ -I $(srcdir)/../../utf8 CFLAGS = -g -O2 @EXTRA_CFLAGS@ -noinst_PROGRAMS = testgedcom pathtest gomtest updatetest testintl +noinst_PROGRAMS = testgedcom pathtest gomtest updatetest testintl updategomtest noinst_HEADERS = output.h dump_gom.h portability.h testgedcom_SOURCES = standalone.c output.c portability.c @@ -25,10 +25,14 @@ updatetest_SOURCES = update.c output.c portability.c updatetest_LDFLAGS = -L../../gedcom/.libs updatetest_LDADD = -lgedcom @INTLLIBS@ +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@ + 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_SCRIPT=test_script test_gom test_update test_intl test_updategom EXTRA_DIST=$(TEST_SCRIPT)