repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
tools
/
testing
/
selftests
/
filesystems
/
Makefile
blob
13a73bf725b555ac01e1a07ae86c1fac523a9f92
1
# SPDX-License-Identifier: GPL-2.0
2
TEST_PROGS
:=
dnotify_test
3
all
: $(
TEST_PROGS
)
4
5
include
..
/
lib.mk
6
7
clean
:
8
rm
-
fr
$(
TEST_PROGS
)