aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51f53a032..7d6295913 100644
--- a/Makefile
+++ b/Makefile
@@ -382,6 +382,9 @@ presubmit_old: descriptions
TARGETARCH=mips64le TARGETVMARCH=mips64le $(MAKE) target
TARGETARCH=s390x TARGETVMARCH=s390x $(MAKE) target
+presubmit_gvisor: host target
+ ./tools/gvisor-smoke-test.sh
+
test: descriptions
$(GO) test -short -coverprofile=.coverage.txt ./...