OSDN Git Service

selftests: Move networking/timestamping from Documentation
authorShuah Khan <shuahkh@osg.samsung.com>
Thu, 15 Sep 2016 14:36:07 +0000 (08:36 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 20 Sep 2016 15:59:50 +0000 (09:59 -0600)
commit3d2c86e3057995270e08693231039d9d942871f0
treef407516734a2bf81f94055bfab1530bd93079d1c
parent02a35aad8a3e0b2bde1986053cefc2fcd63aee5d
selftests: Move networking/timestamping from Documentation

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>
Documentation/Makefile
Documentation/networking/Makefile [deleted file]
Documentation/networking/timestamping/Makefile [deleted file]
tools/testing/selftests/networking/timestamping/.gitignore [moved from Documentation/networking/timestamping/.gitignore with 100% similarity]
tools/testing/selftests/networking/timestamping/Makefile [new file with mode: 0644]
tools/testing/selftests/networking/timestamping/hwtstamp_config.c [moved from Documentation/networking/timestamping/hwtstamp_config.c with 100% similarity]
tools/testing/selftests/networking/timestamping/timestamping.c [moved from Documentation/networking/timestamping/timestamping.c with 100% similarity]
tools/testing/selftests/networking/timestamping/txtimestamp.c [moved from Documentation/networking/timestamping/txtimestamp.c with 100% similarity]