diff mbox series

[API-NEXT,v3,2/3] build: fix order of test execution

Message ID 1497535208-25248-3-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [API-NEXT,v3,1/3] test: l2fwd pass under coverage | expand

Commit Message

Github ODP bot June 15, 2017, 2 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


l2fwd perf test requires odp_generator from examples.
Make sure that examples already build when make check
is run.
https://bugs.linaro.org/show_bug.cgi?id=2938

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 49 (muvarov:api-next_travis_fixes)
 ** https://github.com/Linaro/odp/pull/49
 ** Patch: https://github.com/Linaro/odp/pull/49.patch
 ** Base sha: 4f97e500a097928e308a415c32a88465adc5f5cc
 ** Merge commit sha: 1f733883b149dadf21d3eb0ac2ea5ee9a3a40d85
 **/
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index 2a9a658d..daa49788 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,10 +8,10 @@  AM_DISTCHECK_CONFIGURE_FLAGS = --enable-test-cpp \
 #@with_platform@ works alone in subdir but not as part of a path???
 SUBDIRS = @platform_with_platform@ \
 	  helper \
-	  test \
 	  helper/test \
 	  doc \
-	  example
+	  example . \
+	  test
 
 @DX_RULES@