aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-02-21 20:19:32 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-03-14 11:14:10 +0300
commitc8dc27d1fb5c890143338439f1cdbe3b2719174c (patch)
tree9a42223fd211d188014ece73dbb058e556bbb41e /Makefile.am
parent62ef9d5c92e0f56f45767f4c73df214d4393e158 (diff)
build: change order of subdirectories
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> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 89388a191..4f3e00208 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,11 +12,11 @@ SUBDIRS = \
include \
$(PLATFORM_DIR) \
helper \
+ test \
+ $(PLATFORM_TEST_DIR) \
helper/test \
doc \
- example . \
- test \
- $(PLATFORM_TEST_DIR)
+ example
@DX_RULES@