compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 503 ff58cd9f1f3c
parent 481 34ee0d3c72e7
parent 502 1e45d3c96ec5
child 504 0fb1f0799fc1
--- a/compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st	Fri Jun 19 08:13:39 2015 +0100
+++ b/compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st	Fri Jul 24 15:37:23 2015 +0100
@@ -139,6 +139,8 @@
         (PPCompiledJavaSyntaxTest autoload)
         PPCompiledSmalltalkGrammarResource
         PPCompiledSmalltalkGrammarTests
+        (PPCompiledSmalltalkParserResource autoload)
+        (PPCompiledSmalltalkParserTests autoload)
         PPExpressionGrammar
         PPExpressionGrammarTest
         PPLL1ExpressionGrammar
@@ -149,11 +151,14 @@
         PPTokenizedLL1ExpressionGrammarTest
         PPTokenizedSmalltalkGrammarResource
         PPTokenizedSmalltalkGrammarTests
+        (PPTokenizedSmalltalkParserResource autoload)
+        (PPTokenizedSmalltalkParserTests autoload)
         #'stx_goodies_petitparser_compiler_tests_extras'
         PPCompiledExpressionsVerificationTest
         PPCompiledSmalltalkVerificationTest
         PPTokenizedExpressionsVerificationTest
         PPTokenizedSmalltalkVerificationTest
+        (PPTokenizedSmalltalkParserVerificationTest autoload)
     )
 !