aboutsummaryrefslogtreecommitdiff
path: root/runtime/ActionScript/project/test/org/antlr/runtime/test/AllTests.as
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ActionScript/project/test/org/antlr/runtime/test/AllTests.as')
-rw-r--r--runtime/ActionScript/project/test/org/antlr/runtime/test/AllTests.as14
1 files changed, 14 insertions, 0 deletions
diff --git a/runtime/ActionScript/project/test/org/antlr/runtime/test/AllTests.as b/runtime/ActionScript/project/test/org/antlr/runtime/test/AllTests.as
new file mode 100644
index 0000000..c19ab5b
--- /dev/null
+++ b/runtime/ActionScript/project/test/org/antlr/runtime/test/AllTests.as
@@ -0,0 +1,14 @@
+package org.antlr.runtime.test {
+ import flexunit.framework.TestSuite;
+
+
+ public class AllTests extends TestSuite {
+
+ public function AllTests() {
+ addTest(new TestSuite(TestANTLRStringStream));
+ addTest(new TestSuite(TestBitSet));
+ addTest(new TestSuite(TestDFA));
+ }
+
+ }
+} \ No newline at end of file