mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
21 lines
383 B
Makefile
21 lines
383 B
Makefile
# $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>
|