repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: csr: oska: remove all.h and types.h
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
Makefile
blob
a4162e15c25f89f32862a1f4fb2630c32f8c1c60
1
TARGETS
=
breakpoints kcmp mqueue vm
2
3
all
:
4
for TARGET in
$(
TARGETS
);
do \
5
make
-
C
$
$TARGET
;
\
6
done
;
7
8
run_tests
:
all
9
for TARGET in
$(
TARGETS
);
do \
10
make
-
C
$
$TARGET
run_tests
;
\
11
done
;
12
13
clean
:
14
for TARGET in
$(
TARGETS
);
do \
15
make
-
C
$
$TARGET
clean
;
\
16
done
;