tests: use AM_TESTS_ENVIRONMENT
authorTim-Philipp Müller <tim@centricular.com>
Fri, 10 Apr 2015 11:41:10 +0000 (12:41 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 10 Apr 2015 11:41:10 +0000 (12:41 +0100)
So test environment gets used also with the
automake test runner. The code has fallbacks
so this doesn't actually fix anything in
particular.

testsuite/Makefile.am

index 9fb62fa..700c122 100644 (file)
@@ -3,7 +3,7 @@ DIST_SUBDIRS = orcc benchmorc
 
 SUBDIRS = orcc benchmorc
 
-TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT = \
         testfile="$(srcdir)/test.orc"
 
 TESTS = \