This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
conformtest: Enable tests when cross compiling [committed]
- From: Joseph Myers <joseph at codesourcery dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Tue, 18 Apr 2017 23:52:06 +0000
- Subject: conformtest: Enable tests when cross compiling [committed]
- Authentication-results: sourceware.org; auth=none
This patch enables the compilation part of the conformtest tests (the
vast bulk of them) when cross compiling, so making it easy to run them
across many configurations with build-many-glibcs.py.
Tested with build-many-glibcs.py. Committed.
2017-04-18 Joseph Myers <joseph@codesourcery.com>
* conform/Makefile (tests-special): Do not make addition of
$(conformtest-header-tests) conditional on [$(cross-compiling) = no].
(generated): Do not make addition of $(conformtest-header-base)
conditional on [$(cross-compiling) = no].
diff --git a/conform/Makefile b/conform/Makefile
index c07cc1d..9638dda 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -112,11 +112,9 @@ conformtest-header-base := $(foreach std,\
$(std)/$(h)/conform.out))
conformtest-header-tests := $(addprefix $(objpfx),$(conformtest-header-base))
ifneq (yes,$(fast-check))
-ifeq (no,$(cross-compiling))
tests-special += $(conformtest-header-tests)
generated += $(conformtest-header-base)
endif
-endif
linknamespace-symlists-base := $(foreach std,$(conformtest-standards),\
symlist-$(std))
--
Joseph S. Myers
joseph@codesourcery.com