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

Unified Diff: tests/lib/test_config.dart

Issue 10170027: Implement HMAC support in lib/crypto. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« lib/crypto/sha_utils.dart ('K') | « tests/lib/src/crypto/sha256_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/test_config.dart
diff --git a/tests/lib/test_config.dart b/tests/lib/test_config.dart
index 4e9ef3e447845da486d1a4481477d208a7f6eab8..d9bb037c68012026e4d1ebf98c42b3cb8c7cfeec 100644
--- a/tests/lib/test_config.dart
+++ b/tests/lib/test_config.dart
@@ -11,7 +11,8 @@ class LibTestSuite extends StandardTestSuite {
: super(configuration,
"lib",
"tests/lib/src",
- ["tests/lib/lib.status"]);
+ ["tests/lib/lib.status"],
+ (s) => s.endsWith('_test.dart'));
bool listRecursively() => true;
}
« lib/crypto/sha_utils.dart ('K') | « tests/lib/src/crypto/sha256_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698