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)
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>

No differences found