From 36a30632a5fd6dbeae9346af7a946dcea490d796 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 23 Feb 2013 07:38:36 +0100 Subject: test: compile test{,_glibc} adjacent Signed-off-by: Bernhard Reutner-Fischer --- test/Test.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Test.mak') 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) -- cgit v1.2.3