aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-07-01 10:19:33 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-02 12:40:42 +0300
commitaeb69f15e838cb62d0986f09c48451c163acf506 (patch)
tree7cb109e2c2a9ab5b904fc8b4415d1418f09e5eca /test
parente1c3e1afd33cdf60ab4d2277dd72c7cddd794256 (diff)
validation: call to thread_main from platform
thread_main is now ran from the platform side. As thread tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-by: Stuart Haslam <stuart.haslam@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test')
-rw-r--r--test/validation/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am
index 53ba9b6..fe8463f 100644
--- a/test/validation/Makefile.am
+++ b/test/validation/Makefile.am
@@ -11,8 +11,7 @@ EXECUTABLES = odp_cpumask$(EXEEXT) \
odp_ver_abt_log_dbg$(EXEEXT)
if test_vald
-TESTS = $(EXECUTABLES) \
- thread/thread_main
+TESTS = $(EXECUTABLES)
endif
bin_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY)