From 8278953eb4abb4fb147f6f06cd9bdcf1eff7e84d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 28 Aug 2016 16:33:32 +0200 Subject: csource: teach how to execute pseudo syz_ syscalls Update #59 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 292dc5877..5d977301f 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ presubmit: ARCH=arm64 go install ./... ARCH=ppc64le go install ./... go test -short ./... + echo LGTM clean: rm -rf ./bin/ -- cgit mrf-deployment