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
/
locale
/
Makefile
blob
cf20e3baf934a3ed1217df03725190da3525ca2e
1
# $NetBSD: Makefile,v 1.6 2013/05/28 16:57:56 joerg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
locale
6
7
TESTS_C
+=
t_mbrtowc
8
TESTS_C
+=
t_mbstowcs
9
TESTS_C
+=
t_mbsnrtowcs
10
TESTS_C
+=
t_mbtowc
11
TESTS_C
+=
t_wcscspn
12
TESTS_C
+=
t_wcspbrk
13
TESTS_C
+=
t_wcsspn
14
TESTS_C
+=
t_wcstod
15
TESTS_C
+=
t_wctomb
16
TESTS_C
+=
t_io
17
18
COPTS.t_wctomb.c
+= -
Wno-stack-protector
19
20
.
include
<
bsd.
test
.mk
>