Skip to content

Commit

Permalink
Infra for running lib tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmenon committed Feb 5, 2016
1 parent 7a09195 commit a4d4a8d
Show file tree
Hide file tree
Showing 46 changed files with 8,953 additions and 366 deletions.
1 change: 1 addition & 0 deletions pkg/dev_compiler/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ doc/api/
# Ignore test output
test/codegen/expect/dev_compiler/
test/codegen/expect/language/
test/codegen/expect/lib/
test/codegen/expect/sunflower/dev_compiler/
test/codegen/expect/matcher/
test/codegen/language/*_multi.dart
Expand Down
1 change: 1 addition & 0 deletions pkg/dev_compiler/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = function(config) {
'test/codegen/expect/language-all.js',
'test/codegen/expect/language/sub/sub.js',
'test/codegen/expect/language/*.lib',
'test/codegen/expect/lib-typed_data-all.js',
'test/browser/*.js',
'test-main.js',
],
Expand Down
Loading

0 comments on commit a4d4a8d

Please sign in to comment.