Renamed run_all.dart to all_test.dart to let test_runner find the tests
diff --git a/test/run_all.dart b/test/all_test.dart
similarity index 100%
rename from test/run_all.dart
rename to test/all_test.dart
diff --git a/test/run.sh b/test/run.sh
index a155e34..3273385 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -13,4 +13,4 @@
 dartanalyzer --fatal-warnings lib/*.dart \
   || echo -e "Ignoring analyzer errors"
 #pd
-dart --enable-type-checks --enable-asserts test/run_all.dart $@
+dart --enable-type-checks --enable-asserts test/all_test.dart $@