diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-02-23 07:38:36 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-03-14 22:49:25 +0100 |
commit | 36a30632a5fd6dbeae9346af7a946dcea490d796 (patch) | |
tree | ed65940ee3bb42fa598d71e1fdb4eb35ae6a11b7 /test | |
parent | daecc9a410a6f23d80daf8ce3afd280fea329e63 (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.mak | 1 |
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) |