Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1307)

Side by Side Diff: mojo/tools/data/gotests

Issue 1384243002: Adds the ability to run pure Go unit tests in the Mojo test suite. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Adds dummy go tests to run. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 ['mojom', 'mojom_parser', 'lexer'],
viettrungluu 2015/10/09 21:39:49 Representing a path as a list is pretty user-unfri
rudominer 2015/10/09 23:42:06 Done.
10 ['mojom', 'mojom_parser', 'parser']
11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698