File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ $TESTS == "dart2js" ]]; then
29
29
echo ' ------------------------'
30
30
echo ' -- BUILDING: examples --'
31
31
echo ' ------------------------'
32
-
32
+
33
33
if [[ $CHANNEL == " DEV" ]]; then
34
34
dart " bin/pub_build.dart" -p example -e " example/expected_warnings.json"
35
35
else
@@ -52,17 +52,25 @@ if [[ $TESTS == "dart2js" ]]; then
52
52
fi
53
53
)
54
54
else
55
- # run io tests
56
55
echo ' --------------'
57
56
echo ' -- TEST: io --'
58
57
echo ' --------------'
59
- dart -c test/io/all.dart
58
+ dart --checked test/io/all.dart
60
59
60
+ echo ' ----------------------------'
61
+ echo ' -- TEST: symbol extractor --'
62
+ echo ' ----------------------------'
61
63
dart --checked test/tools/symbol_inspector/symbol_inspector_spec.dart
62
64
63
65
./scripts/generate-expressions.sh
64
66
./scripts/analyze.sh
65
67
68
+ echo ' -----------------------'
69
+ echo ' -- TEST: transformer --'
70
+ echo ' -----------------------'
71
+ dart --checked test/tools/transformer/all.dart
72
+
73
+
66
74
echo ' ---------------------'
67
75
echo ' -- TEST: changelog --'
68
76
echo ' ---------------------'
You can’t perform that action at this time.
0 commit comments