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
/
libc
/
gen
/
Makefile
blob
3dbe803a7be148738ae2c9234e917fa84787566c
1
# $FreeBSD$
2
3
TESTS
=
test-fmtcheck test-fpclassify test-wordexp
4
5
.PHONY
:
tests
6
tests
: ${
TESTS
}
7
for p in
${
TESTS
};
do
${
.OBJDIR
}/$
$p
;
done
8
9
.PHONY
:
clean
10
clean
:
11
-
rm
-
f
${
TESTS
}