# HG changeset patch # User sr # Date 1507905268 -7200 # Node ID 2db15cfa21ce5613d00b89180a3db5695ab27af3 # Parent d94ece01776a90d933d38ed97f738976d9fd270d #OTHER by sr removed ole for linux diff -r d94ece01776a -r 2db15cfa21ce quickSelfTest/stx_goodies_builder_quickSelfTest.st --- a/quickSelfTest/stx_goodies_builder_quickSelfTest.st Fri Oct 13 16:34:27 2017 +0200 +++ b/quickSelfTest/stx_goodies_builder_quickSelfTest.st Fri Oct 13 16:34:28 2017 +0200 @@ -30,6 +30,13 @@ ) ! +includedInSubProjects + ^ #( + (#'exept:ole' win32) + (#'exept:ole/QCOTA' win32) + ) +! + isGUIApplication "return true, if this is a GUI application. (these need more libraries and use a different startup procedure)" @@ -67,7 +74,6 @@ #'stx:goodies/sunit' "TestResultReporter - referenced by RunUnitTests class>>runWithCompiledUnitTestClasses:arguments:debug:" #'stx:libcomp' "ParserFlags - referenced by RunUnitTests class>>runWithCompiledUnitTestClasses:arguments:debug:" #'exept:libcrypt' "referred by RegressionTests::CryptTests" - #'exept:ole' "referred by RegressionTests::Win32OLETests" #'stx:goodies/webServer/htmlTree' "referred by RegressionTests::HTMLParserTests" ) !