diff mbox series

[v10,2/3] build: change order of subdirectories

Message ID 1519761631-20986-3-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v10,1/3] example: generator: move script back to example directory | expand

Commit Message

Github ODP bot Feb. 27, 2018, 8 p.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: 3984ba4cd16a02e3fa98ccd432a06663de3fa993
 ** Merge commit sha: f3d707b1140a4100cbdd6cefce48a89bee22b899
 **/
 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@