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, |
}; |