diff options
author | Akira TAGOH <akira@tagoh.org> | 2013-02-05 11:33:47 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2013-02-05 11:34:22 +0900 |
commit | 241cd53ff62599ecf557c6a4f975fc427dad9700 (patch) | |
tree | 9a195b04ca650a1ddef451d9e81e8e5abdf66203 /test | |
parent | 2146b0307a3476892723104481f27f8484451c52 (diff) |
Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT"
This reverts commit 2146b0307a3476892723104481f27f8484451c52.
That change introduces incompatibility and seems not working with
older releases of automake, including automake 1.12.2.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3d47da37..664138a5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,15 +1,5 @@ check_SCRIPTS=run-test.sh -TEST_EXTENSIONS = \ - .sh - -AM_TESTS_ENVIRONMENT= \ - src=${srcdir}; \ - EXEEXT=${EXEEXT}; \ - export src; \ - export EXEEXT; - -SH_LOG_COMPILER = sh - +TESTS_ENVIRONMENT=src=${srcdir} EXEEXT=${EXEEXT} sh TESTS=run-test.sh TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in |