From 87441e15a2052080acd9cc64198881a0f1ab08b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 10 Apr 2015 12:41:10 +0100 Subject: [PATCH] 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. --- testsuite/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = \ -- 2.7.4