diff mbox series

[v1,1/1] tests: compile and execute validation tests before the rest of tests

Message ID 1513119617-28588-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/1] tests: compile and execute validation tests before the rest of tests | expand

Commit Message

Github ODP bot Dec. 12, 2017, 11 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Validation tests examine API thoroughly. Compile and execute them before
performance and misc tests.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 337 (lumag:tests-vald)
 ** https://github.com/Linaro/odp/pull/337
 ** Patch: https://github.com/Linaro/odp/pull/337.patch
 ** Base sha: 6b5cdc77eb9759a2349b10372a964648559bc92c
 ** Merge commit sha: 21f3ebf29c9d13dbdc6a46057a5978e6d69a98ca
 **/
 test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/test/Makefile.am b/test/Makefile.am
index 8fbd91907..ba13eae88 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1 +1 @@ 
-SUBDIRS = common performance miscellaneous validation
+SUBDIRS = common validation performance miscellaneous