diff mbox series

[v5,3/8] build: change order of subdirectories

Message ID 1519297209-16246-4-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v5,1/8] Revert "example: generator move to platform tests" | expand

Commit Message

Github ODP bot Feb. 22, 2018, 11 a.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@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.ereminsolenikov@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: ff7207680d71ef66c6c24fcacdc8597168abbd6b
 **/
 Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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@