compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 502 1e45d3c96ec5
parent 464 f6d77fee9811
child 503 ff58cd9f1f3c
child 515 b5316ef15274
--- a/compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st	Thu May 21 14:12:22 2015 +0100
+++ b/compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st	Fri Jul 24 15:06:54 2015 +0100
@@ -113,6 +113,8 @@
         (PPCompiledJavaSyntaxTest autoload)
         (PPCompiledSmalltalkGrammarResource autoload)
         (PPCompiledSmalltalkGrammarTests autoload)
+        (PPCompiledSmalltalkParserResource autoload)
+        (PPCompiledSmalltalkParserTests autoload)
         PPExpressionGrammar
         (PPExpressionGrammarTest autoload)
         PPLL1ExpressionGrammar
@@ -123,10 +125,13 @@
         (PPTokenizedLL1ExpressionGrammarTest autoload)
         (PPTokenizedSmalltalkGrammarResource autoload)
         (PPTokenizedSmalltalkGrammarTests autoload)
+        (PPTokenizedSmalltalkParserResource autoload)
+        (PPTokenizedSmalltalkParserTests autoload)
         #'stx_goodies_petitparser_compiler_tests_extras'
         (PPCompiledExpressionsVerificationTest autoload)
         (PPCompiledSmalltalkVerificationTest autoload)
         (PPTokenizedExpressionsVerificationTest autoload)
+        (PPTokenizedSmalltalkParserVerificationTest autoload)
         (PPTokenizedSmalltalkVerificationTest autoload)
     )
 !