This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 5b915893c793ffb3d49152d480d084dba32a5a74 (commit) from f1449d2555fbfa3d72aeb79d3ad6d2f199e83731 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5b915893c793ffb3d49152d480d084dba32a5a74 Author: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Date: Wed Dec 13 01:15:40 2017 +0300
tests: compile and execute validation tests before the rest of tests
Validation tests examine API thoroughly. Compile and execute them before performance and misc tests.
Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Signed-off-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/test/Makefile.am b/test/Makefile.am index 8fbd9190..ba13eae8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1 +1 @@ -SUBDIRS = common performance miscellaneous validation +SUBDIRS = common validation performance miscellaneous
-----------------------------------------------------------------------
Summary of changes: test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive