@@ -19,7 +19,8 @@ TESTS = pktio/pktio_run \
${top_builddir}/test/validation/scheduler/scheduler_main$(EXEEXT) \
${top_builddir}/test/validation/synchronizers/synchronizers_main$(EXEEXT) \
${top_builddir}/test/validation/thread/thread_main$(EXEEXT) \
- ${top_builddir}/test/validation/time/time_main$(EXEEXT)
+ ${top_builddir}/test/validation/time/time_main$(EXEEXT) \
+ ${top_builddir}/test/validation/system/system_main$(EXEEXT)
SUBDIRS = $(ODP_MODULES)
endif
@@ -8,8 +8,7 @@ EXECUTABLES = odp_shared_memory$(EXEEXT) \
odp_timer$(EXEEXT)
if test_vald
-TESTS = $(EXECUTABLES) \
- system/system_main
+TESTS = $(EXECUTABLES)
endif
bin_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY)
system_main is now ran from the platform side. As systems 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> --- platform/linux-generic/test/Makefile.am | 3 ++- test/validation/Makefile.am | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-)