repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
tests
/
lib
/
libc
/
string
/
Makefile
blob
9bd1959488d8981be81724260baf914e595abed8
1
# $NetBSD: Makefile,v 1.8 2011/11/21 23:50:45 joerg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
string
6
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
24
25
WARNS
=
4
26
27
.
include
<
bsd.
test
.mk
>