From: Tim-Philipp Müller Date: Fri, 10 Apr 2015 11:41:10 +0000 (+0100) Subject: tests: use AM_TESTS_ENVIRONMENT X-Git-Tag: orc-0.4.33~241 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87441e15a2052080acd9cc64198881a0f1ab08b5;p=platform%2Fupstream%2Forc.git 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. --- 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 = \