diff options
author | Keith Packard <keithp@keithp.com> | 2003-10-27 10:44:13 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-10-27 10:44:13 +0000 |
commit | 4cbc3ee8fe4a6266b2d107c7475a65de6bdd1068 (patch) | |
tree | 731004f1fee5b25147fce2f8eb15c4764be57714 /test/Makefile.am | |
parent | 394b2bf04651d62194c7faa836899d33ca3ed017 (diff) |
Yet more cleanups to finish getting 'make distcheck' working This has been
tested to ensure that it even works from a _build directory.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 2c5344e9..72da8d64 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,9 @@ check_SCRIPTS=run-test.sh -TESTS_ENVIRONMENT=sh +TESTS_ENVIRONMENT=src=${srcdir} sh TESTS=run-test.sh TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in EXTRA_DIST=$(check_SCRIPTS) $(TESTDATA) + +CLEANFILES= |