# $NetBSD: Makefile,v 1.6 2013/05/28 16:57:56 joerg Exp $ .include 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