Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Added metadata test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlucas committed Aug 16, 2015
1 parent 48ce038 commit 63413bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/all_test.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import 'statement_test.dart' as statement_test;
import 'resultset_test.dart' as resultset_test;
import 'metadata_test.dart' as metadata_test;

main() {
statement_test.main();
resultset_test.main();
metadata_test.main();
}

0 comments on commit 63413bd

Please sign in to comment.