repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
tests
/
lib
/
libc
/
string
/
Makefile
blob
b92d81e748a77c40ccad6cf8e97fa5d034abc518
1
# $NetBSD: Makefile,v 1.9 2014/06/23 10:53:20 shm Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
string
6
7
TESTS_C
+=
t_bm
8
TESTS_C
+=
t_memchr
9
TESTS_C
+=
t_memcpy
10
TESTS_C
+=
t_memmem
11
TESTS_C
+=
t_memset
12
TESTS_C
+=
t_popcount
13
TESTS_C
+=
t_strcat
14
TESTS_C
+=
t_strchr
15
TESTS_C
+=
t_strcmp
16
TESTS_C
+=
t_strcpy
17
TESTS_C
+=
t_strcspn
18
TESTS_C
+=
t_strerror
19
TESTS_C
+=
t_stresep
20
TESTS_C
+=
t_strlen
21
TESTS_C
+=
t_strpbrk
22
TESTS_C
+=
t_strrchr
23
TESTS_C
+=
t_strspn
24
TESTS_C
+=
t_swab
25
26
WARNS
=
4
27
28
.
include
<
bsd.
test
.mk
>