sysdeps/x86_64/Makefile (tests): Add the end marker

This commit is contained in:
H.J. Lu 2024-02-15 11:12:13 -08:00
parent 6a2512bf16
commit 71d133c500

View file

@ -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