blob: 8e630cbc09e6bfb4355ee431c368d9b382b09d2b [file] [log] [blame]
# 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)
]