Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT"
This reverts commit 2146b0307a
.
That change introduces incompatibility and seems not working with
older releases of automake, including automake 1.12.2.
This commit is contained in:
parent
2146b0307a
commit
241cd53ff6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue