quickSelfTest/stx_goodies_builder_quickSelfTest.st
changeset 499 2db15cfa21ce
parent 484 c0128ef690f3
child 511 ab22a8eea672
equal deleted inserted replaced
498:d94ece01776a 499:2db15cfa21ce
    25      prerequisites lists (both). 
    25      prerequisites lists (both). 
    26      If empty, everything that is found along the inheritance of any of
    26      If empty, everything that is found along the inheritance of any of
    27      my classes is considered to be a prerequisite package."
    27      my classes is considered to be a prerequisite package."
    28 
    28 
    29     ^ #(
    29     ^ #(
       
    30     )
       
    31 !
       
    32 
       
    33 includedInSubProjects
       
    34      ^ #(
       
    35         (#'exept:ole'           win32)
       
    36         (#'exept:ole/QCOTA'     win32)
    30     )
    37     )
    31 !
    38 !
    32 
    39 
    33 isGUIApplication
    40 isGUIApplication
    34     "return true, if this is a GUI application.
    41     "return true, if this is a GUI application.
    65     ^ #(
    72     ^ #(
    66         #'stx:goodies/regression'    "RegressionTests::IntegerTest - referenced by RunUnitTestsStart class>>main:"
    73         #'stx:goodies/regression'    "RegressionTests::IntegerTest - referenced by RunUnitTestsStart class>>main:"
    67         #'stx:goodies/sunit'    "TestResultReporter - referenced by RunUnitTests class>>runWithCompiledUnitTestClasses:arguments:debug:"
    74         #'stx:goodies/sunit'    "TestResultReporter - referenced by RunUnitTests class>>runWithCompiledUnitTestClasses:arguments:debug:"
    68         #'stx:libcomp'    "ParserFlags - referenced by RunUnitTests class>>runWithCompiledUnitTestClasses:arguments:debug:"
    75         #'stx:libcomp'    "ParserFlags - referenced by RunUnitTests class>>runWithCompiledUnitTestClasses:arguments:debug:"
    69         #'exept:libcrypt'                       "referred by RegressionTests::CryptTests"
    76         #'exept:libcrypt'                       "referred by RegressionTests::CryptTests"
    70         #'exept:ole'                            "referred by RegressionTests::Win32OLETests"
       
    71         #'stx:goodies/webServer/htmlTree'       "referred by RegressionTests::HTMLParserTests"  
    77         #'stx:goodies/webServer/htmlTree'       "referred by RegressionTests::HTMLParserTests"  
    72     )
    78     )
    73 !
    79 !
    74 
    80 
    75 subProjects
    81 subProjects