Skip to content

Commit

Permalink
selftests: Move networking/timestamping from Documentation
Browse files Browse the repository at this point in the history
Remove networking from Documentation Makefile to move the test to
selftests. Update networking/timestamping Makefile to work under
selftests. These tests will not be run as part of selftests suite
and will not be included in install targets. They can be built and
run separately for now.

This is part of the effort to move runnable code from Documentation.

Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
  • Loading branch information
Shuah Khan committed Sep 20, 2016
1 parent 02a35aa commit 3d2c86e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 17 deletions.
3 changes: 1 addition & 2 deletions Documentation/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
subdir-y := accounting auxdisplay blackfin \
laptops mic misc-devices \
networking pcmcia timers watchdog
laptops mic misc-devices pcmcia timers watchdog
1 change: 0 additions & 1 deletion Documentation/networking/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions Documentation/networking/timestamping/Makefile

This file was deleted.

8 changes: 8 additions & 0 deletions tools/testing/selftests/networking/timestamping/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TEST_PROGS := hwtstamp_config timestamping txtimestamp

all: $(TEST_PROGS)

include ../../lib.mk

clean:
rm -fr $(TEST_PROGS)

0 comments on commit 3d2c86e

Please sign in to comment.