repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
tests
/
lib
/
libm
/
Makefile
blob
bc475ea28b70d49e679d9c487271ebaa25f0700c
1
# $NetBSD: Makefile,v 1.20 2013/11/12 16:48:39 joerg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libm
6
7
TESTS_C
+=
t_acos
8
TESTS_C
+=
t_asin
9
TESTS_C
+=
t_atan
10
TESTS_C
+=
t_cbrt
11
TESTS_C
+=
t_ceil
12
TESTS_C
+=
t_cos
13
TESTS_C
+=
t_cosh
14
TESTS_C
+=
t_erf
15
TESTS_C
+=
t_exp
16
TESTS_C
+=
t_fmod
17
TESTS_C
+=
t_infinity
18
TESTS_C
+=
t_ldexp
19
TESTS_C
+=
t_log
20
TESTS_C
+=
t_pow
21
TESTS_C
+=
t_precision
22
TESTS_C
+=
t_round
23
TESTS_C
+=
t_scalbn
24
TESTS_C
+=
t_sin
25
TESTS_C
+=
t_sinh
26
TESTS_C
+=
t_sqrt
27
TESTS_C
+=
t_tan
28
TESTS_C
+=
t_tanh
29
30
LDADD
+= -
lm
31
#COPTS+= -Wfloat-equal
32
33
.
include
<
bsd.
test
.mk
>