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

Unified Diff: mojo/tools/data/unittests

Issue 1430093006: EDK: Split the mojo_edk_system_unittests target. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « mojo/edk/util/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/unittests
diff --git a/mojo/tools/data/unittests b/mojo/tools/data/unittests
index a9e9d9bf6a87fab8ea1bcbcf2c3b890cd98e989b..30f03d5f8df22acc0fc13a59ebaa04f77ccfe44e 100644
--- a/mojo/tools/data/unittests
+++ b/mojo/tools/data/unittests
@@ -5,10 +5,19 @@
# TODO(vtl): Add a way of specifying data dependencies instead of cacheable.
tests = [
- # System tests:
+ # EDK tests:
+ {
+ "test": "mojo_edk_embedder_unittests",
+ },
{
"test": "mojo_edk_system_unittests",
},
+ {
+ "test": "mojo_edk_system_test_unittests",
+ },
+ {
+ "test": "mojo_edk_util_unittests",
+ },
# Public tests:
{
« no previous file with comments | « mojo/edk/util/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698