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

Unified Diff: tests/fletch_tests/all_tests.dart

Issue 1407123010: 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: Uploaded binary for Linux and added README 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
Index: tests/fletch_tests/all_tests.dart
diff --git a/tests/fletch_tests/all_tests.dart b/tests/fletch_tests/all_tests.dart
index 303b32e97d5f7c4eaa79dcad638de89f4a82054f..4c05148eb9a1e45270681065ac2b7a2e4fab09df 100644
--- a/tests/fletch_tests/all_tests.dart
+++ b/tests/fletch_tests/all_tests.dart
@@ -104,5 +104,5 @@ 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,
};

Powered by Google App Engine
This is Rietveld 408576698