summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2013-12-06 15:54:56 -0500
committerBehdad Esfahbod <behdad@behdad.org>2013-12-06 15:54:56 -0500
commitaaa54c04807edcff6c31bd50a0fba9c2f72ed393 (patch)
treee22c1cac4cfe9eb3e72308ed74b935fe747f466b
parentc1d48ee98b3d254a6b943851665b83cdd76f6150 (diff)
Port test suite to automake 1.13
-rw-r--r--test/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index ad63fd9..ea7ac77 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,10 @@
-TESTS_ENVIRONMENT=srcdir=${srcdir} top_builddir=${top_builddir} EXEEXT=${EXEEXT} sh
+TESTS_ENVIRONMENT = \
+ srcdir=${srcdir}; export srcdir; \
+ top_builddir=${top_builddir}; export top_builddir; \
+ EXEEXT=${EXEEXT}; export EXEEXT;
+
+AM_TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT)
TESTS = run.tests