diff options
Diffstat (limited to 'lib/libc/locale/Makefile')
-rw-r--r-- | lib/libc/locale/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/libc/locale/Makefile b/lib/libc/locale/Makefile new file mode 100644 index 000000000000..cf20e3baf934 --- /dev/null +++ b/lib/libc/locale/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.6 2013/05/28 16:57:56 joerg Exp $ + +.include <bsd.own.mk> + +TESTSDIR= ${TESTSBASE}/lib/libc/locale + +TESTS_C+= t_mbrtowc +TESTS_C+= t_mbstowcs +TESTS_C+= t_mbsnrtowcs +TESTS_C+= t_mbtowc +TESTS_C+= t_wcscspn +TESTS_C+= t_wcspbrk +TESTS_C+= t_wcsspn +TESTS_C+= t_wcstod +TESTS_C+= t_wctomb +TESTS_C+= t_io + +COPTS.t_wctomb.c += -Wno-stack-protector + +.include <bsd.test.mk> |