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

Unified 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: Specify pats to directories in a data file. Plus other fixes. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/tools/get_test_list.py » ('j') | mojo/tools/get_test_list.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/gotests
diff --git a/mojo/tools/data/gotests b/mojo/tools/data/gotests
new file mode 100644
index 0000000000000000000000000000000000000000..ed60ff05c4b5bf5905fdaf3627c786d8cb377f02
--- /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 lists. Each sublist contains the
+# components of a path, relative to the Mojo source root, of a directory
+# containing a Go package.
+test_dirs = [
+ # TODO(rudominer) Add some Go source directories here.
+ # ['mojom', 'mojom_parser', 'lexer']
+]
« no previous file with comments | « no previous file | mojo/tools/get_test_list.py » ('j') | mojo/tools/get_test_list.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698