#OTHER by sr
authorsr
Fri, 13 Oct 2017 16:34:28 +0200
changeset 499 2db15cfa21ce
parent 498 d94ece01776a
child 500 8b8a5be29891
#OTHER by sr removed ole for linux
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"  
     )
 !