From: Michal Sojka Date: Thu, 9 Oct 2014 12:39:15 +0000 (+0200) Subject: Add a target for bisecting compilation errors X-Git-Tag: pc-sw-update~14 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/a7ca427ff69a7fb959915173cc0c183323e57264 Add a target for bisecting compilation errors --- diff --git a/continuous/steps/Makefile b/continuous/steps/Makefile index ff3d415..6ad4855 100644 --- a/continuous/steps/Makefile +++ b/continuous/steps/Makefile @@ -16,8 +16,10 @@ log: ./30-compile ./40-run-tests -test: # Useful for running "git bisect run" from the linux directory +compile: # Useful for running "git bisect run" from the linux directory ./11-patch ./20-config ./30-compile + +test: compile # Useful for running "git bisect run" from the linux directory ../tests/kernelgw