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
Linux 4.8-rc8
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
context_switch
/
Makefile
blob
e164d14664661a72b43f4d11df41c08d5c5b54f2
1
TEST_PROGS
:=
cp_abort
2
3
all
: $(
TEST_PROGS
)
4
5
$(
TEST_PROGS
):
..
/
harness.c ..
/
utils.c
6
7
include
..
/
..
/
lib.mk
8
9
clean
:
10
rm
-
f
$(
TEST_PROGS
)