OLD | NEW |
(Empty) | |
| 1 # This file contains a list of Go tests that should be run by the script |
| 2 # mojo/tools/run_pure_go_tests.py. |
| 3 # |
| 4 # The contents should be valid Python defining a global variable named |
| 5 # "test_dirs" defined as a list of lists. Each sublist contains the |
| 6 # components of a path, relative to the Mojo source root, of a directory |
| 7 # containing a Go package. |
| 8 test_dirs = [ |
| 9 # TODO(rudominer) Add some Go source directories here. |
| 10 # ['mojom', 'mojom_parser', 'lexer'] |
| 11 ] |
OLD | NEW |