repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git]
/
tools
/
regression
/
lib
/
msun
/
Makefile
blob
89ccd2130c894c8bb6735e7edf1094fa335c0dd6
1
# $FreeBSD$
2
3
TESTS
=
test-csqrt test-exponential test-fenv test-fma \
4
test-fmaxmin test-ilogb test-invtrig test-lrint \
5
test-lround test-nan test-next test-rem test-trig
6
CFLAGS
+= -
O0
-
lm
7
8
.PHONY
:
tests
9
tests
: ${
TESTS
}
10
for p in
${
TESTS
};
do
${
.OBJDIR
}/$
$p
;
done
11
12
.PHONY
:
clean
13
clean
:
14
-
rm
-
f
${
TESTS
}