class: RunUnitTestsStart class
authorsr
Tue, 10 Oct 2017 15:25:16 +0200
changeset 1731 5edb936b2666
parent 1730 07607c7fb2fa
child 1732 30f65f3aca32
class: RunUnitTestsStart class changed: #main:
Make.proto
--- a/Make.proto	Tue Oct 10 15:25:13 2017 +0200
+++ b/Make.proto	Tue Oct 10 15:25:16 2017 +0200
@@ -34,7 +34,7 @@
 # add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
-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
 
 
 # if you need any additional defines for embedded C code,
@@ -118,6 +118,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