summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-10 12:41:10 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-10 12:41:10 +0100
commit87441e15a2052080acd9cc64198881a0f1ab08b5 (patch)
tree2f26666ebda951781d43291e146b8d18aed4f696
parent3bf09e06cfd797c2dd65c3b7b3ee8ac2fb9dab24 (diff)
tests: use AM_TESTS_ENVIRONMENT
So test environment gets used also with the automake test runner. The code has fallbacks so this doesn't actually fix anything in particular.
-rw-r--r--testsuite/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 9fb62fa..700c122 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -3,7 +3,7 @@ DIST_SUBDIRS = orcc benchmorc
SUBDIRS = orcc benchmorc
-TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT = \
testfile="$(srcdir)/test.orc"
TESTS = \