tools/llvm: Do not build with symbols
[minix3.git] / tests / lib / libc / Makefile
blob22dad153ff78431c9e353a773c47ed4fe07dab84
1 # $NetBSD: Makefile,v 1.46 2013/01/27 02:32:39 christos Exp $
3 .include "Makefile.inc"
4 .include <bsd.own.mk>
6 SUBDIR+= tls_dso .WAIT
8 # LSC: Unsupported on MINIX
9 # c063 gen rpc setjmp
10 # sys tls ttyio
11 # LSC: db hangs, so compiled, installed, but not added to the testsuite by
12 # default
13 SUBDIR+= db
14 TESTS_SUBDIRS+= hash inet locale net regex stdlib
15 TESTS_SUBDIRS+= stdio string termios time
17 .if !defined(__MINIX)
18 .if ${HAVE_SSP} == "yes"
19 TESTS_SUBDIRS+= ssp
20 .endif
21 .endif # !defined(__MINIX)
23 TESTSDIR= ${TESTSBASE}/lib/libc
25 TESTS_C+= t_convfp
26 TESTS_C+= t_gdtoa
27 TESTS_C+= t_cdb
29 .include <bsd.test.mk>