mirror of git://sourceware.org/git/glibc.git
sysdeps/x86_64/Makefile (tests): Add the end marker
This commit is contained in:
parent
6a2512bf16
commit
71d133c500
|
|
@ -32,7 +32,8 @@ sysdep_routines += \
|
|||
# sysdep_routines
|
||||
gen-as-const-headers += locale-defines.sym
|
||||
tests += \
|
||||
tst-rsi-strlen
|
||||
tst-rsi-strlen \
|
||||
# tests
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
|
|
@ -230,7 +231,8 @@ sysdep_routines += \
|
|||
# sysdep_routines
|
||||
|
||||
tests += \
|
||||
tst-rsi-wcslen
|
||||
tst-rsi-wcslen \
|
||||
# tests
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue