mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 03:31:07 +00:00
x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458]
All tests should be added to $(tests). Reviewed-by: Carlos O'Donell <carlos@redhat.com> [BZ #23458] * sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static.
This commit is contained in:
parent
af86087f02
commit
c92a00d865
@ -1,3 +1,8 @@
|
||||
2018-07-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
[BZ #23458]
|
||||
* sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static.
|
||||
|
||||
2018-07-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* sysdeps/mach/hurd/dl-unistd.h (__access, __brk, __lseek, __read,
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user