Makefile revision 1.7
1# $NetBSD: Makefile,v 1.7 2017/05/30 02:11:03 perseant Exp $ 2 3.include <bsd.own.mk> 4 5TESTSDIR= ${TESTSBASE}/lib/libc/locale 6 7TESTS_C+= t_mbrtowc 8TESTS_C+= t_mbstowcs 9TESTS_C+= t_mbsnrtowcs 10TESTS_C+= t_mbtowc 11TESTS_C+= t_wcscspn 12TESTS_C+= t_wcspbrk 13TESTS_C+= t_wcsspn 14TESTS_C+= t_wcstod 15TESTS_C+= t_wctomb 16TESTS_C+= t_io 17TESTS_C+= t_toupper 18 19COPTS.t_wctomb.c += -Wno-stack-protector 20 21.include <bsd.test.mk> 22