tools/llvm: Do not build with symbols
[minix3.git] / tests / lib / libc / locale / Makefile
blobcf20e3baf934a3ed1217df03725190da3525ca2e
1 # $NetBSD: Makefile,v 1.6 2013/05/28 16:57:56 joerg Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/lib/libc/locale
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
18 COPTS.t_wctomb.c += -Wno-stack-protector
20 .include <bsd.test.mk>