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

Unified Diff: tests/fletch_tests/all_tests.dart

Issue 1403303012: Re-land "Extend the mDNS package with a native extension used on Mac OS" (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Added mussing scripts 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 | « src/pkg/mdns/upload_so.sh ('k') | tests/fletch_tests/fletch_tests.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/fletch_tests/all_tests.dart
diff --git a/tests/fletch_tests/all_tests.dart b/tests/fletch_tests/all_tests.dart
index 92c04311484e248f3429498a66fa8e1e9dd49ad0..334f92a6185eb84c862f2f7949d4f8e18f6781b9 100644
--- a/tests/fletch_tests/all_tests.dart
+++ b/tests/fletch_tests/all_tests.dart
@@ -106,7 +106,7 @@ const Map<String, NoArgFuture> TESTS = const <String, NoArgFuture>{
// Test the mDNS package.
// TODO(sgjesse) publish the mDNS package as an ordinary package an pull
// it in through third_party.
- 'mdns_tests': mdns_tests.main,
+ 'mdns_tests/*': mdns_tests.listTests,
// Test for the golem performance tracking infrastructure.
// If this test breaks you probably need to update the golem performance
« no previous file with comments | « src/pkg/mdns/upload_so.sh ('k') | tests/fletch_tests/fletch_tests.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698