diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index e133b53266..970147c4a8 100644 --- a/string/Makefile +++ b/string/Makefile @@ -46,7 +46,8 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \ o-objects.ob := memcpy.o memset.o memchr.o tests := tester inl-tester noinl-tester testcopy test-ffs \ - tst-strlen stratcliff tst-svc tst-inlcall + tst-strlen stratcliff tst-svc tst-inlcall \ + bug-strncat1 bug-strspn1 bug-strpbrk1 distribute := memcopy.h pagecopy.h tst-svc.expect |