compiler/tests/stx_goodies_petitparser_compiler_tests.st
changeset 413 5389e6fbb3bc
parent 405 0470a5e6e712
child 414 0eaf09920532
equal deleted inserted replaced
412:5f1ebef11a64 413:5389e6fbb3bc
    53      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    53      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    54      This method is generated automatically,
    54      This method is generated automatically,
    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 PPCCompilerTest"
    59         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCContextMementoTest"
    59         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCCompilerTest"
    60         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests"
    60         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests"
    61     )
    61     )
    62 !
    62 !
    63 
    63 
    64 referencedPreRequisites
    64 referencedPreRequisites
    67      We do not need these packages as a prerequisite for loading or compiling.
    67      We do not need these packages as a prerequisite for loading or compiling.
    68      This method is generated automatically,
    68      This method is generated automatically,
    69      by searching all classes (and their packages) which are referenced by my classes."
    69      by searching all classes (and their packages) which are referenced by my classes."
    70 
    70 
    71     ^ #(
    71     ^ #(
    72         #'stx:goodies/petitparser'    "PPCharSetPredicate - referenced by PPCNodeCompilingTest>>testCompileCharSetPredicate"
    72         #'stx:goodies/petitparser'    "PPCharSetPredicate - referenced by PPCCompilerTest>>testGuard1"
    73         #'stx:goodies/petitparser/compiler'    "PPCActionNode - referenced by PPCNodeCompilingTest>>testCompileAction"
    73         #'stx:goodies/petitparser/compiler'    "PPCActionNode - referenced by PPCNodeCompilingTest>>testCompileAction"
    74         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCompiledSmalltalkGrammarResource>>setUp"
    74         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCCompilerTest>>testClass"
    75     )
    75     )
    76 !
    76 !
    77 
    77 
    78 subProjects
    78 subProjects
    79     "list packages which are known as subprojects.
    79     "list packages which are known as subprojects.
    93      or an array-literal consisting of class name and attributes.
    93      or an array-literal consisting of class name and attributes.
    94      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    94      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    95 
    95 
    96     ^ #(
    96     ^ #(
    97         "<className> or (<className> attributes...) in load order"
    97         "<className> or (<className> attributes...) in load order"
       
    98         PPCCompilerTest
    98         PPCContextMementoTest
    99         PPCContextMementoTest
    99         PPCContextTest
   100         PPCContextTest
   100         PPCGuardTest
   101         PPCGuardTest
   101         PPCMockCompiler
   102         PPCMockCompiler
   102         (PPCNodeCompilingTest autoload)
   103         (PPCNodeCompilingTest autoload)
   103         PPCNodeTest
   104         PPCNodeTest
   104         PPCOptimizingTest
   105         PPCOptimizingTest
   105         PPCompiledSmalltalkGrammarResource
   106         PPCompiledSmalltalkGrammarResource
   106         (PPCompiledSmalltalkGrammarTests autoload)
   107         (PPCompiledSmalltalkGrammarTests autoload)
   107         (PetitCompilerTest autoload)
       
   108         #'stx_goodies_petitparser_compiler_tests'
   108         #'stx_goodies_petitparser_compiler_tests'
   109     )
   109     )
   110 !
   110 !
   111 
   111 
   112 extensionMethodNames
   112 extensionMethodNames