Move of test programs to t subdirectory.
[gedcom-parse.git] / t / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # $Id$
3 # $Name$
4
5 SUBDIRS=input
6 INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" -I $(srcdir)/../include
7 CFLAGS   = -g -O2
8
9 noinst_PROGRAMS = testgedcom pathtest
10
11 testgedcom_SOURCES = standalone.c utf8-locale.c
12 noinst_HEADERS     = utf8-locale.h
13 testgedcom_LDFLAGS = -L ../gedcom/.libs -lgedcom
14 testgedcom_LDADD  = @INTLLIBS@
15
16 pathtest_SOURCES = pathtest.c
17 pathtest_LDFLAGS = -L ../gedcom/.libs -lgedcom
18
19 TEST_SCRIPT=test_script
20 TESTS := $(wildcard $(srcdir)/*.test)
21
22 EXTRA_DIST=$(TEST_SCRIPT) $(TESTS)
23
24 all-local:
25         rm -f ../testgedcom.out