From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 02/20] selftests/net: move test out of Makefile into a shell script Date: Tue, 04 Nov 2014 14:53:15 -0500 (EST) Message-ID: <20141104.145315.548353349719796428.davem@davemloft.net> References: <51d57725e89809806bd8af5555af341296cc4dd7.1415117102.git.shuahkh@osg.samsung.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51d57725e89809806bd8af5555af341296cc4dd7.1415117102.git.shuahkh@osg.samsung.com> Sender: linux-kbuild-owner@vger.kernel.org To: shuahkh@osg.samsung.com Cc: gregkh@linuxfoundation.org, akpm@linux-foundation.org, mmarek@suse.cz, keescook@chromium.org, tranmanphong@gmail.com, dh.herrmann@gmail.com, hughd@google.com, bobby.prani@gmail.com, ebiederm@xmission.com, serge.hallyn@ubuntu.com, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, netdev@vger.kernel.org List-Id: linux-api@vger.kernel.org From: Shuah Khan 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 Acked-by: David S. Miller