From: Michal Sojka Date: Mon, 6 Oct 2014 12:13:10 +0000 (+0200) Subject: Add Makefile target useful in bisecting Linux kernel X-Git-Tag: pc-sw-update~17 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/41d237e241d1f8d522aa6b70b2ee31d3fc326cfb Add Makefile target useful in bisecting Linux kernel --- diff --git a/continuous/steps/Makefile b/continuous/steps/Makefile index cb2703d..ff3d415 100644 --- a/continuous/steps/Makefile +++ b/continuous/steps/Makefile @@ -15,3 +15,9 @@ log: ./20-config ./30-compile ./40-run-tests + +test: # Useful for running "git bisect run" from the linux directory + ./11-patch + ./20-config + ./30-compile + ../tests/kernelgw