Add test of strnlen().

This commit is contained in:
Sven Michael Klose
2021-12-25 09:13:43 +01:00
parent c9ccc82b9f
commit 87fe2f5d0e
2 changed files with 36 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ EXELIST_c64 = \
scanf-test \
ser-test \
strdup-test \
strnlen \
stroserror-test \
strqtok-test \
tinyshell \
@@ -190,6 +191,7 @@ EXELIST_vic20 = \
rename-test \
scanf-test \
strdup-test \
strnlen \
stroserror-test \
strqtok-test \
tinyshell \
@@ -222,6 +224,7 @@ EXELIST_apple2 = \
seek \
ser-test \
strdup-test \
strnlen \
stroserror-test \
strqtok-test \
tinyshell \
@@ -257,6 +260,7 @@ EXELIST_atari = \
seek \
ser-test \
strdup-test \
strnlen \
stroserror-test \
strqtok-test \
tinyshell \