renamed the package to libgedcom-dev
[gedcom-parse.git] / t / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # $Id$
3 # $Name$
4
5 SUBDIRS=src input output .
6
7 TESTS := $(wildcard $(srcdir)/*.test)
8
9 EXTRA_DIST=$(TESTS) set_testenv
10
11 TESTS_ENVIRONMENT=ICONV_PATH=@ICONV_PATH@
12
13 all-local:
14         @rm -f *.out *.ged
15
16 check-% :       %.test all
17         @srcdir=$(srcdir); export srcdir; \
18         if $(TESTS_ENVIRONMENT) ./$<; then \
19           echo "Test succeeded"; \
20         else \
21           echo "Test failed"; \
22         fi