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
/
dscr
/
Makefile
blob
49327ee84e3a32fc26415afe04f8075e52a8872e
1
TEST_PROGS
:=
dscr_default_test dscr_explicit_test dscr_user_test \
2
dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test \
3
dscr_sysfs_thread_test
4
5
dscr_default_test
:
LDLIBS
+= -
lpthread
6
7
all
: $(
TEST_PROGS
)
8
9
$(
TEST_PROGS
):
..
/
harness.c
10
11
include
..
/
..
/
lib.mk
12
13
clean
:
14
rm
-
f
$(
TEST_PROGS
) *
.o