compiler/tests/stx_goodies_petitparser_compiler_tests.st
changeset 405 0470a5e6e712
parent 391 553a5456963b
child 413 5389e6fbb3bc
equal deleted inserted replaced
404:8da796db7f95 405:0470a5e6e712
    55      by searching along the inheritance chain of all of my classes."
    55      by searching along the inheritance chain of all of my classes."
    56 
    56 
    57     ^ #(
    57     ^ #(
    58         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCNodeCompilingTest"
    58         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCNodeCompilingTest"
    59         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCContextMementoTest"
    59         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCContextMementoTest"
    60         #'stx:libbasic'    "Autoload - superclass of PPCNodeCompilingTest"
    60         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests"
    61     )
    61     )
    62 !
    62 !
    63 
    63 
    64 referencedPreRequisites
    64 referencedPreRequisites
    65     "list packages which are a prerequisite, because they contain
    65     "list packages which are a prerequisite, because they contain
    97         "<className> or (<className> attributes...) in load order"
    97         "<className> or (<className> attributes...) in load order"
    98         PPCContextMementoTest
    98         PPCContextMementoTest
    99         PPCContextTest
    99         PPCContextTest
   100         PPCGuardTest
   100         PPCGuardTest
   101         PPCMockCompiler
   101         PPCMockCompiler
       
   102         (PPCNodeCompilingTest autoload)
   102         PPCNodeTest
   103         PPCNodeTest
   103         PPCOptimizingTest
   104         PPCOptimizingTest
   104         PPCompiledSmalltalkGrammarResource
   105         PPCompiledSmalltalkGrammarResource
   105         #'stx_goodies_petitparser_compiler_tests'
       
   106         (PPCNodeCompilingTest autoload)
       
   107         (PPCompiledSmalltalkGrammarTests autoload)
   106         (PPCompiledSmalltalkGrammarTests autoload)
   108         (PetitCompilerTest autoload)
   107         (PetitCompilerTest autoload)
       
   108         #'stx_goodies_petitparser_compiler_tests'
   109     )
   109     )
   110 !
   110 !
   111 
   111 
   112 extensionMethodNames
   112 extensionMethodNames
   113     "list class/selector pairs of extensions.
   113     "list class/selector pairs of extensions.