1# $NetBSD: Makefile,v 1.50 2020/03/08 22:08:46 mgorny Exp $ 2 3.include "Makefile.inc" 4.include <bsd.own.mk> 5 6SUBDIR+= tls_dso .WAIT sync 7 8TESTS_SUBDIRS+= atomic 9TESTS_SUBDIRS+= c063 db gen hash inet locale misc net nls regex rpc setjmp 10TESTS_SUBDIRS+= stdlib stdio string sys termios time tls ttyio 11 12.if ${HAVE_SSP} == "yes" 13TESTS_SUBDIRS+= ssp 14.endif 15 16TESTSDIR= ${TESTSBASE}/lib/libc 17 18TESTS_C+= t_convfp 19TESTS_C+= t_gdtoa 20TESTS_C+= t_cdb 21 22.include <bsd.test.mk> 23