Chromium Code Reviews| Index: recipes/test/core/core_test.dart |
| diff --git a/recipes/test/core/core_test.dart b/recipes/test/core/core_test.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7a60be3b60f1e225b4a71f8a09e0f2ae14dd60ba |
| --- /dev/null |
| +++ b/recipes/test/core/core_test.dart |
| @@ -0,0 +1,8 @@ |
| +library core_test; |
| + |
| +import "package:unittest/unittest.dart"; |
| +import "strings/strings_test.dart" as strings_test; |
| + |
| +void main() { |
| + strings_test.main(); |
| +} |