New test program.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Fri, 22 Nov 2002 21:29:23 +0000 (21:29 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Fri, 22 Nov 2002 21:29:23 +0000 (21:29 +0000)
t/src/Makefile.am

index 3ff0c5fefce7bb05ff8f5ae83cacddb2e44f9cb5..66ee63c8511342d325b4691c8a68be071b8cca46 100644 (file)
@@ -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)