tools/llvm: Do not build with symbols
[minix3.git] / tests / lib / libc / string / Makefile
blob9bd1959488d8981be81724260baf914e595abed8
1 # $NetBSD: Makefile,v 1.8 2011/11/21 23:50:45 joerg Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/lib/libc/string
7 TESTS_C+= t_memchr
8 TESTS_C+= t_memcpy
9 TESTS_C+= t_memmem
10 TESTS_C+= t_memset
11 TESTS_C+= t_popcount
12 TESTS_C+= t_strcat
13 TESTS_C+= t_strchr
14 TESTS_C+= t_strcmp
15 TESTS_C+= t_strcpy
16 TESTS_C+= t_strcspn
17 TESTS_C+= t_strerror
18 TESTS_C+= t_stresep
19 TESTS_C+= t_strlen
20 TESTS_C+= t_strpbrk
21 TESTS_C+= t_strrchr
22 TESTS_C+= t_strspn
23 TESTS_C+= t_swab
25 WARNS= 4
27 .include <bsd.test.mk>