blob: 3ebc9119bd26bc13ba570e85a3caff55a4bdf37e [file] [log] [blame]
# 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/mojom',
'mojom/mojom_parser/parser'
]