selftests: move ptp tests from Documentation/ptp
authorShuah Khan <shuahkh@osg.samsung.com>
Tue, 13 Sep 2016 17:30:03 +0000 (11:30 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 20 Sep 2016 15:54:38 +0000 (09:54 -0600)
commit8dbbf854202610a033a0788c33d8feb1548d3eeb
tree798c50901e2d723c2d1f4a788c93f91d2a2e0232
parent92dd8dd4d07f170db0638a20a8db691262da4e5e
selftests: move ptp tests from Documentation/ptp

Remove ptp from Makefile to move the test to selftests. Update ptp Makefile
to work under selftests. ptp will not be run as part of selftests suite and
will not be included in install targets. They can be built separately for
now.

Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Documentation/Makefile
Documentation/ptp/.gitignore [deleted file]
Documentation/ptp/Makefile [deleted file]
Documentation/ptp/testptp.c [deleted file]
Documentation/ptp/testptp.mk [deleted file]
tools/testing/selftests/ptp/.gitignore [new file with mode: 0644]
tools/testing/selftests/ptp/Makefile [new file with mode: 0644]
tools/testing/selftests/ptp/testptp.c [new file with mode: 0644]
tools/testing/selftests/ptp/testptp.mk [new file with mode: 0644]