aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-06-30 09:10:47 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-10 11:58:15 +0300
commit20c713add63e9f7224476e2fd2c8e75d31c020fb (patch)
tree06e9384c6a3111adda85ef310d49f8ff98799116 /helper
parentfcffd47d1078277e82454b067205d7048e652780 (diff)
test: factor TESTS_ENVIRONMENT flags in Makefile.inc
Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index aed97cc..7b73602 100644
--- a/helper/test/Makefile.am
+++ b/helper/test/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/test/Makefile.inc
AM_CFLAGS += -I$(srcdir)/common
AM_LDFLAGS += -static
-TESTS_ENVIRONMENT = ODP_PLATFORM=${with_platform} TEST_DIR=${builddir}
+TESTS_ENVIRONMENT += TEST_DIR=${builddir}
EXECUTABLES = odp_chksum$(EXEEXT) \
odp_thread$(EXEEXT) \