From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

Descend into examples after building/running tests. It is quite logical
that first we build validation & performance tests, then we build
platform tests, helper tests and only after that descend into examples.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
/** Email created from pull request 496 (lumag:tests-fix-2)
 ** https://github.com/Linaro/odp/pull/496
 ** Patch: https://github.com/Linaro/odp/pull/496.patch
 ** Base sha: 5a58bbf2bb331fd7dde2ebbc0430634ace6900fb
 ** Merge commit sha: 99fb903634fa03590985e6eca1ef7e0ba27cb0f1
 **/
 Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dab8ca8c6..1e1988451 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,11 +12,11 @@ SUBDIRS = \
          include \
          $(PLATFORM_DIR) \
          helper \
-         helper/test \
          doc \
-         example . \
          test \
-         $(PLATFORM_TEST_DIR)
+         $(PLATFORM_TEST_DIR) \
+         helper/test \
+         example
 
 @DX_RULES@
 

Reply via email to