aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.inc
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-06-30 09:18:34 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-10 12:02:03 +0300
commit47a36a2197322c37a86e2571f119b6dc012c963e (patch)
treeaeb43e8951dc2e8bde64e85320b56abccf4decb2 /test/Makefile.inc
parent20c713add63e9f7224476e2fd2c8e75d31c020fb (diff)
test: add EXEEXT to TESTS_ENVIRONMENT
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 'test/Makefile.inc')
-rw-r--r--test/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.inc b/test/Makefile.inc
index 0516d4dcf..063ade5b8 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -21,4 +21,4 @@ AM_LDFLAGS += -L$(LIB)
@VALGRIND_CHECK_RULES@
valgrind_tools = memcheck drd sgcheck
-TESTS_ENVIRONMENT= ODP_PLATFORM=${with_platform} \ No newline at end of file
+TESTS_ENVIRONMENT= ODP_PLATFORM=${with_platform} EXEEXT=${EXEEXT} \ No newline at end of file