public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* conformtest: Enable tests when cross compiling [committed]
@ 2017-04-18 23:52 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2017-04-18 23:52 UTC (permalink / raw)
  To: libc-alpha

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-18 23:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-18 23:52 conformtest: Enable tests when cross compiling [committed] Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).