1 ## Process this file with automake to produce Makefile.in
5 SUBDIRS=src input output .
7 TESTS := $(wildcard $(srcdir)/*.test)
9 EXTRA_DIST=$(TESTS) set_testenv
11 TESTS_ENVIRONMENT=ICONV_PATH=@ICONV_PATH@
17 @srcdir=$(srcdir); export srcdir; \
18 if $(TESTS_ENVIRONMENT) ./$<; then \
19 echo "Test succeeded"; \