diff options
Diffstat (limited to 'test/root/testdata/BUILD')
-rw-r--r-- | test/root/testdata/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/root/testdata/BUILD b/test/root/testdata/BUILD index 14c19ef1e..125633680 100644 --- a/test/root/testdata/BUILD +++ b/test/root/testdata/BUILD @@ -10,6 +10,7 @@ go_library( "httpd.go", "httpd_mount_paths.go", "sandbox.go", + "simple.go", ], importpath = "gvisor.dev/gvisor/test/root/testdata", visibility = [ |