[git commit] test: run test{,_glibc} adjacent

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Feb 11 08:42:15 UTC 2013


commit: http://git.uclibc.org/uClibc/commit/?id=7b6604113e322247261eb0d027a97ae44b5f32d1
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 test/Test.mak |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/Test.mak b/test/Test.mak
index dbed096..ea710d6 100644
--- a/test/Test.mak
+++ b/test/Test.mak
@@ -35,7 +35,8 @@ endif
 CLEAN_TARGETS := $(U_TARGETS) $(G_TARGETS)
 CLEAN_TARGETS += $(TESTS_DISABLED) $(addsuffix _glibc,$(TESTS_DISABLED)) $(GLIBC_TESTS_DISABLED)
 COMPILE_TARGETS :=  $(TARGETS)
-RUN_TARGETS := $(addsuffix .exe,$(TARGETS))
+# We sort the targets so uClibc and host-libc tests are run adjacent
+RUN_TARGETS := $(sort $(addsuffix .exe,$(TARGETS)))
 # provide build rules even for disabled tests:
 U_TARGETS += $(TESTS_DISABLED)
 G_TARGETS += $(addsuffix _glibc,$(TESTS_DISABLED)) $(GLIBC_TESTS_DISABLED)


More information about the uClibc-cvs mailing list