compiler/tests/stx_goodies_petitparser_compiler_tests.st
changeset 515 b5316ef15274
parent 502 1e45d3c96ec5
child 524 f6f68d32de73
--- a/compiler/tests/stx_goodies_petitparser_compiler_tests.st	Fri Jul 24 15:06:54 2015 +0100
+++ b/compiler/tests/stx_goodies_petitparser_compiler_tests.st	Mon Aug 17 12:13:16 2015 +0100
@@ -108,13 +108,18 @@
     ^ #(
         "<className> or (<className> attributes...) in load order"
         FooScannerTest
+        PEGFsaChoiceDeterminizationTest
         PEGFsaDeterminizationTest
         PEGFsaGeneratorTest
+        PEGFsaIntegrationTest
         PEGFsaInterpretTest
+        PEGFsaMinimizationTest
         PEGFsaScannerIntegrationTest
+        PEGFsaSequenceDeterminizationTest
         PEGFsaStateTest
         PEGFsaTest
         PEGFsaTransitionTest
+        PPCASTUtilitiesTests
         PPCClassBuilderTest
         PPCCodeGeneratorTest
         PPCCompilerTest
@@ -122,6 +127,7 @@
         PPCContextTest
         PPCCopyVisitorTest
         PPCGuardTest
+        PPCIdGeneratorTest
         PPCInliningVisitorTest
         PPCLL1VisitorTest
         PPCLTokenizingOptimizationTest
@@ -130,6 +136,7 @@
         PPCNodeFirstFollowNextTests
         PPCNodeTest
         PPCOptimizeChoicesTest
+        PPCOverlappingTokensTest
         PPCRecognizerComponentDetectorTest
         PPCRecognizerComponentVisitorTest
         PPCScannerCodeGeneratorTest