1 # $NetBSD: Makefile,v 1.25 2015/05/01 14:17:56 christos Exp $
5 TESTSDIR
= ${TESTSBASE}/lib
/libc
/stdlib
11 # LSC: Unsupported on MINIX
12 #TESTS_C+= t_getenv_thread
15 TESTS_C
+= t_mi_vector_hash
16 # LSC: Unsupported on MINIX
17 #TESTS_C+= t_posix_memalign
32 PROGS
+= h_getopt h_getopt_long
34 .if
${MACHINE_CPU} == "aarch64" ||
${MACHINE_CPU} == "arm" \
35 ||
${MACHINE_ARCH} == "sparc" ||
${MACHINE_ARCH} == "sparc64" \
36 ||
${MACHINE_ARCH} == "i386" ||
${MACHINE_ARCH} == "x86_64"
37 CPPFLAGS.t_strtod.c
+= -DHAVE_FENV
41 DPADD.t_strtod
+= ${LIBM}
43 LDADD.t_getenv_thread
= -lpthread
45 .
include <bsd.
test.mk
>