class: RunUnitTestsStart class
authorsr
Tue, 10 Oct 2017 15:25:20 +0200
changeset 1732 30f65f3aca32
parent 1731 5edb936b2666
child 1733 48ee192b4fd2
class: RunUnitTestsStart class changed: #main:
bc.mak
--- a/bc.mak	Tue Oct 10 15:25:16 2017 +0200
+++ b/bc.mak	Tue Oct 10 15:25:20 2017 +0200
@@ -35,7 +35,7 @@
 
 
 
-LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\libbasic
+LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\goodies\xml\stx -I$(INCLUDE_TOP)\stx\goodies\xml\vw -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libbasic3 -I$(INCLUDE_TOP)\stx\libboss -I$(INCLUDE_TOP)\stx\libcomp -I$(INCLUDE_TOP)\stx\libhtml -I$(INCLUDE_TOP)\stx\libjavascript -I$(INCLUDE_TOP)\stx\libtool -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\libwidg2
 LOCALDEFINES=
 
 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
@@ -72,6 +72,14 @@
 
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
+$(OUTDIR)RegressionTests__ClassWithoutVersionMethod.$(O) RegressionTests__ClassWithoutVersionMethod.$(C) RegressionTests__ClassWithoutVersionMethod.$(H): RegressionTests__ClassWithoutVersionMethod.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)RegressionTests__CompilerTests2ExternalBytes.$(O) RegressionTests__CompilerTests2ExternalBytes.$(C) RegressionTests__CompilerTests2ExternalBytes.$(H): RegressionTests__CompilerTests2ExternalBytes.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(STCHDR)
+$(OUTDIR)RegressionTests__LabelResizingTest.$(O) RegressionTests__LabelResizingTest.$(C) RegressionTests__LabelResizingTest.$(H): RegressionTests__LabelResizingTest.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
+$(OUTDIR)RegressionTests__ManyProcessesTest.$(O) RegressionTests__ManyProcessesTest.$(C) RegressionTests__ManyProcessesTest.$(H): RegressionTests__ManyProcessesTest.st $(STCHDR)
+$(OUTDIR)RegressionTests__QuickTestRunner.$(O) RegressionTests__QuickTestRunner.$(C) RegressionTests__QuickTestRunner.$(H): RegressionTests__QuickTestRunner.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)RegressionTests__TestDialogs1.$(O) RegressionTests__TestDialogs1.$(C) RegressionTests__TestDialogs1.$(H): RegressionTests__TestDialogs1.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
+$(OUTDIR)RegressionTests__UTF8TestClass.$(O) RegressionTests__UTF8TestClass.$(C) RegressionTests__UTF8TestClass.$(H): RegressionTests__UTF8TestClass.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)RegressionTests__WrongMethodCalledTest.$(O) RegressionTests__WrongMethodCalledTest.$(C) RegressionTests__WrongMethodCalledTest.$(H): RegressionTests__WrongMethodCalledTest.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(STCHDR)
 $(OUTDIR)stx_goodies_regression.$(O) stx_goodies_regression.$(C) stx_goodies_regression.$(H): stx_goodies_regression.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line