Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
5d89d9f502f9c33ed0270d716f238429861e1942
5d89d9f502f9c33ed0270d716f238429861e1942
Switch branch/tag
linux
tools
testing
selftests
watchdog
Makefile
Find file
Normal view
History
Permalink
Makefile
97 Bytes
Edit
Web IDE
Newer
Older
selftests: move watchdog tests from Documentation/watchdog
Shuah Khan
committed
8 years ago
1
2
3
4
5
6
7
8
TEST_PROGS
:=
watchdog-test
all
:
$(TEST_PROGS)
include
../lib.mk
clean
:
rm
-fr
$(TEST_PROGS)