[git commit] test: compile test{,_glibc} adjacent
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Thu Mar 14 21:49:25 UTC 2013
commit: http://git.uclibc.org/uClibc/commit/?id=36a30632a5fd6dbeae9346af7a946dcea490d796
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 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/test/Test.mak b/test/Test.mak
index ea710d6..76332fa 100644
--- a/test/Test.mak
+++ b/test/Test.mak
@@ -37,6 +37,7 @@ CLEAN_TARGETS += $(TESTS_DISABLED) $(addsuffix _glibc,$(TESTS_DISABLED)) $(GLIBC
COMPILE_TARGETS := $(TARGETS)
# We sort the targets so uClibc and host-libc tests are run adjacent
RUN_TARGETS := $(sort $(addsuffix .exe,$(TARGETS)))
+COMPILE_TARGETS := $(sort $(COMPILE_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