summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2020-09-10 11:40:46 -0700
committergVisor bot <gvisor-bot@google.com>2020-09-10 11:42:51 -0700
commit14e0eb6e0f58da34246c85ec6aa2b4a9beabc63e (patch)
tree399169ae516ffb60631c713ef99e0776ad6e48be
parent7275f293d7d0e3fef2f32f5087344977399c29ef (diff)
[vfs] Add vfs2 runtime tests.
PiperOrigin-RevId: 330981912
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d9e3206b4..9a321a99d 100644
--- a/Makefile
+++ b/Makefile
@@ -157,6 +157,10 @@ syscall-tests: syscall-ptrace-tests syscall-kvm-tests syscall-native-tests
@$(call submake,install-test-runtime)
@$(call submake,test-runtime OPTIONS="--test_timeout=10800" TARGETS="//test/runtimes:$*")
+%-runtime-tests_vfs2: load-runtimes_%
+ @$(call submake,install-test-runtime RUNTIME="vfs2" ARGS="--vfs2")
+ @$(call submake,test-runtime RUNTIME="vfs2" OPTIONS="--test_timeout=10800" TARGETS="//test/runtimes:$*")
+
do-tests: runsc
@$(call submake,run TARGETS="//runsc" ARGS="--rootless do true")
@$(call submake,run TARGETS="//runsc" ARGS="--rootless -network=none do true")