1 ## Process this file with automake to produce Makefile.in
2 # Make sure the following lines don't change at release...
3 # $blaId: bogus.ged,v 1.1 2002/11/01 08:38:39 verthezp Exp $
6 SUBDIRS=src input output .
8 DMALLOC_LOG = dmalloc.log
9 TESTS := $(wildcard $(srcdir)/*.test)
13 TESTS_ENVIRONMENT=ICONV_PATH=@ICONV_PATH@
16 @rm -f *.out $(DMALLOC_LOG)
18 check-% : %.test all-local
19 @srcdir=$(srcdir); export srcdir; \
20 if $(TESTS_ENVIRONMENT) ./$<; then \
21 echo "Test succeeded"; \
26 check-dmalloc-%: %.test all-local
27 @if [ "@EXTRA_PROGS@" = "" ]; then \
28 echo "Please run './configure --with-dmalloc' first"; \
31 srcdir=$(srcdir); export srcdir; \
32 GOM_DMALLOC_TEST=$(DMALLOC_LOG); export GOM_DMALLOC_TEST; \
33 if $(TESTS_ENVIRONMENT) ./$<; then \
34 echo "Test succeeded"; \