From c92a00d865638cebcfd13cfe0c3e811f565fe43b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 30 Jul 2018 16:11:05 -0700 Subject: x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458] All tests should be added to $(tests). Reviewed-by: Carlos O'Donell [BZ #23458] * sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static. --- sysdeps/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86') diff --git a/sysdeps/x86/Makefile b/sysdeps/x86/Makefile index 672bb19489..337b0b63dc 100644 --- a/sysdeps/x86/Makefile +++ b/sysdeps/x86/Makefile @@ -5,7 +5,7 @@ endif ifeq ($(subdir),elf) sysdep-dl-routines += dl-get-cpu-features -tests += tst-get-cpu-features +tests += tst-get-cpu-features tst-get-cpu-features-static tests-static += tst-get-cpu-features-static endif -- cgit 1.4.1