Re: [PATCH 02/20] selftests/net: move test out of Makefile into a shell script
From: David Miller <davem@davemloft.net>
Date: 2014-11-04 19:53:25
Also in:
linux-api, linux-kbuild, lkml
From: David Miller <davem@davemloft.net>
Date: 2014-11-04 19:53:25
Also in:
linux-api, linux-kbuild, lkml
From: Shuah Khan <redacted> Date: Tue, 4 Nov 2014 10:10:58 -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 <redacted>
Acked-by: David S. Miller <davem@davemloft.net>