| Index: mojo/tools/data/gotests
|
| diff --git a/mojo/tools/data/gotests b/mojo/tools/data/gotests
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d4ce8d67442292417a0b11e69d4494ec51633e8c
|
| --- /dev/null
|
| +++ b/mojo/tools/data/gotests
|
| @@ -0,0 +1,11 @@
|
| +# This file contains a list of Go tests that should be run by the script
|
| +# mojo/tools/run_pure_go_tests.py.
|
| +#
|
| +# The contents should be valid Python defining a global variable named
|
| +# "test_dirs" defined as a list of paths relative to the Mojo source root
|
| +# of directories containing a Go package. Use forward slash ("/") as the
|
| +# path separator.
|
| +test_dirs = [
|
| + 'mojom/mojom_parser/lexer',
|
| + 'mojom/mojom_parser/parser'
|
| +]
|
|
|