summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-02-23 07:38:36 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-03-14 22:49:25 +0100
commit36a30632a5fd6dbeae9346af7a946dcea490d796 (patch)
treeed65940ee3bb42fa598d71e1fdb4eb35ae6a11b7 /test
parentdaecc9a410a6f23d80daf8ce3afd280fea329e63 (diff)
test: compile test{,_glibc} adjacent
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/Test.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Test.mak b/test/Test.mak
index ea710d67d..76332fa47 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)