public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] float128: Avoid using float binaries in other types' tests
@ 2017-02-16 13:30 Tulio Magno Quites Machado Filho
  0 siblings, 0 replies; only message in thread
From: Tulio Magno Quites Machado Filho @ 2017-02-16 13:30 UTC (permalink / raw)
  To: libc-alpha

Restrict the pattern to avoid conflicts with other types whose test
names start with "float", e.g. float128.

2017-02-16  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>

	* math/Makefile
	($(addprefix $(objpfx),$(filter test-float% test-ifloat%,$(libm-tests)):
	Restrict the pattern to avoid conflicts with other types whose
	name start with "float".
---
 math/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/Makefile b/math/Makefile
index 9e29ad0..b77219f 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -378,7 +378,7 @@ $(addprefix $(objpfx), $(libm-tests.o)): $(addprefix $(objpfx),\
 						     $(libm-tests-generated))
 
 $(addprefix $(objpfx),\
-	    $(filter test-float% test-ifloat%,\
+	    $(filter test-float test-ifloat test-float-% test-ifloat-%,\
 		     $(libm-tests))): $(objpfx)libm-test-support-float.o
 
 $(addprefix $(objpfx),\
-- 
2.1.0

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

only message in thread, other threads:[~2017-02-16 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 13:30 [PATCH] float128: Avoid using float binaries in other types' tests Tulio Magno Quites Machado Filho

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).