aboutsummaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-06-29 16:53:15 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-29 19:04:48 +0300
commit0274087af20ff1f7ed1e9c5f6de3ff12798e6a9c (patch)
tree323426581a7073c9f91500d2cb597ddcdfa02b87 /test/performance
parent926c7bf578329ec936ac1933db232768d781e2f9 (diff)
configurable binaries extension
Add $(EXEEXT) to all binary generated so platform can easily configure the binaries extension and use the LOG_COMPILER features of automake. This should have no visible effect unless EXEEXT is set by the configure Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Acked-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/performance')
-rw-r--r--test/performance/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/performance/Makefile.am b/test/performance/Makefile.am
index f128756..fc37305 100644
--- a/test/performance/Makefile.am
+++ b/test/performance/Makefile.am
@@ -2,10 +2,10 @@ include $(top_srcdir)/test/Makefile.inc
TESTS_ENVIRONMENT = TEST_DIR=${builddir} ODP_PLATFORM=${with_platform}
-EXECUTABLES = odp_atomic odp_pktio_perf
+EXECUTABLES = odp_atomic$(EXEEXT) odp_pktio_perf$(EXEEXT)
-COMPILE_ONLY = odp_l2fwd \
- odp_scheduling
+COMPILE_ONLY = odp_l2fwd$(EXEEXT) \
+ odp_scheduling$(EXEEXT)
TESTSCRIPTS = odp_l2fwd_run \
odp_scheduling_run