selftests/net: move test out of Makefile into a shell script
authorShuah Khan <shuahkh@osg.samsung.com>
Thu, 30 Oct 2014 22:52:15 +0000 (16:52 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Wed, 5 Nov 2014 15:12:40 +0000 (08:12 -0700)
commit7069a97a14155349545c73084f9f9f6b6380e0f7
tree268bc9eadb12c3817885e4920989436a5025c6ba
parent0df1f2487d2f0d04703f142813d53615d62a1da4
selftests/net: move test out of Makefile into a shell script

Currently bpf test run from the Makefile. Move it out of the
Makefile to be run from a shell script to allow the test to
be run as stand-alone test, in addition to allowing the test
run from a make target.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Acked-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/Makefile
tools/testing/selftests/net/test_bpf.sh [new file with mode: 0755]
This page took 0.028939 seconds and 5 git commands to generate.