diff -r 54b3bc9e3987 -r 20598d7ce9fa compiler/tests/stx_goodies_petitparser_compiler_tests.st --- a/compiler/tests/stx_goodies_petitparser_compiler_tests.st Tue Apr 21 17:20:11 2015 +0100 +++ b/compiler/tests/stx_goodies_petitparser_compiler_tests.st Thu Apr 30 23:43:14 2015 +0200 @@ -57,8 +57,10 @@ by searching along the inheritance chain of all of my classes." ^ #( - #'stx:goodies/petitparser/tests' "PPAbstractParserTest - superclass of PPCCompilerTest" - #'stx:goodies/sunit' "TestAsserter - superclass of PPCCompilerTest" + #'stx:goodies/petitparser' "PPCompositeParser - superclass of PPExpressionGrammar" + #'stx:goodies/petitparser/parsers/java' "PPJavaLexiconTest - superclass of PPCompiledJavaSyntaxTest" + #'stx:goodies/petitparser/tests' "PPAbstractParserTest - superclass of PPCCodeGeneratorTest" + #'stx:goodies/sunit' "TestAsserter - superclass of PPCCodeGeneratorTest" #'stx:libbasic' "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests" ) ! @@ -74,9 +76,9 @@ by searching all classes (and their packages) which are referenced by my classes." ^ #( - #'stx:goodies/petitparser' "PPCharSetPredicate - referenced by PPCNodeCompilingTest>>testCompileCharSetPredicate" - #'stx:goodies/petitparser/compiler' "PPCAbstractLiteralNode - referenced by PPCNodeFirstFollowNextTests>>testFirst1" - #'stx:goodies/petitparser/parsers/smalltalk' "PPSmalltalkGrammar - referenced by PPCompiledSmalltalkGrammarResource>>setUp" + #'stx:goodies/petitparser/compiler' "PPCAbstractCharacterNode - referenced by PPCOptimizingTest>>testForwarding" + #'stx:goodies/petitparser/compiler/benchmarks' "PPCBenchmarkResources - referenced by PPCVerificationTest>>testJava" + #'stx:goodies/petitparser/parsers/smalltalk' "PPSmalltalkGrammar - referenced by PPCVerificationTest>>smalltalkGrammar" ) ! @@ -108,17 +110,33 @@ ^ #( " or ( attributes...) in load order" + PPCCodeGeneratorTest PPCCompilerTest PPCContextMementoTest PPCContextTest + PPCCopyVisitorTest PPCGuardTest + PPCInliningVisitorTest + PPCMergingVisitorTest PPCMockCompiler (PPCNodeCompilingTest autoload) PPCNodeFirstFollowNextTests PPCNodeTest PPCOptimizingTest + PPCOptimizingVisitorTest + PPCProtype1Test + PPCTokenDetectorTest + PPCTokenVisitorTest + PPCTokenizingCodeGeneratorTest + PPCVerificationTest + PPCompiledExpressionGrammarResource + PPCompiledExpressionGrammarTest + PPCompiledJavaResource + (PPCompiledJavaSyntaxTest autoload) PPCompiledSmalltalkGrammarResource (PPCompiledSmalltalkGrammarTests autoload) + PPExpressionGrammar + PPExpressionGrammarTest #'stx_goodies_petitparser_compiler_tests' ) !