commit | 7069a97a14155349545c73084f9f9f6b6380e0f7 | [log] [tgz] |
---|---|---|
author | Shuah Khan <shuahkh@osg.samsung.com> | Thu Oct 30 16:52:15 2014 -0600 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Wed Nov 05 08:12:40 2014 -0700 |
tree | 268bc9eadb12c3817885e4920989436a5025c6ba | |
parent | 0df1f2487d2f0d04703f142813d53615d62a1da4 [diff] |
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>