[PATCH] x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458]
H.J. Lu
hjl.tools@gmail.com
Fri Jul 27 20:38:00 GMT 2018
All tests should be added to $(tests) and all static tests should be
added to $(tests-static).
[BZ #23458]
* sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static.
---
sysdeps/x86/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sysdeps/x86/Makefile b/sysdeps/x86/Makefile
index 672bb19489..85086b1410 100644
--- a/sysdeps/x86/Makefile
+++ b/sysdeps/x86/Makefile
@@ -5,7 +5,9 @@ endif
ifeq ($(subdir),elf)
sysdep-dl-routines += dl-get-cpu-features
-tests += tst-get-cpu-features
+# NB: All tests should be added to $(tests) and all static tests should
+# be added to $(tests-static).
+tests += tst-get-cpu-features tst-get-cpu-features-static
tests-static += tst-get-cpu-features-static
endif
--
2.17.1
More information about the Libc-alpha
mailing list