Index: mojo/tools/data/nacl_apptests |
diff --git a/mojo/tools/data/nacl_apptests b/mojo/tools/data/nacl_apptests |
deleted file mode 100644 |
index 8e630cbc09e6bfb4355ee431c368d9b382b09d2b..0000000000000000000000000000000000000000 |
--- a/mojo/tools/data/nacl_apptests |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-# This file contains a list of NaCl Mojo gtest unit tests. |
-# This must be a valid python dictionary. |
-# TODO(vtl|msw): Add a way of specifying data dependencies. |
-tests = [ |
- # TODO(ncbray): support other architectures. |
- { |
- "test": "mojo:clipboard_apptests_x64.nexe", |
- }, |
- { |
- "test": "mojo:example_apptests_x64.nexe", |
- # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. |
- "test-args": ["--example_apptest_arg"], |
- }, |
- { |
- "test": "mojo:files_apptests_x64.nexe", |
- }, |
- { |
- "test": "mojo:shell_apptests_x64.nexe", |
- }, |
- # TODO(ncbray): http_server_apptests (uses two-stage data pipe reads) |
-] |