automatically generated by browser
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 29 May 2013 02:03:10 +0200
changeset 828 3fd48d33f00b
parent 827 d74a514c8148
child 829 d78cf6f355cd
automatically generated by browser
test/Make.proto
--- a/test/Make.proto	Wed May 29 02:03:01 2013 +0200
+++ b/test/Make.proto	Wed May 29 02:03:10 2013 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/goodies/monticello/test/Make.proto,v 1.1 2010-10-30 12:42:07 cg Exp $
+# $Header: /cvs/stx/stx/goodies/monticello/test/Make.proto,v 1.2 2013-05-29 00:03:10 vrany Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_goodies_monticello_test.
@@ -34,7 +34,7 @@
 # add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
-LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/monticello -I$(INCLUDE_TOP)/stx/goodies/sunit -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libcomp
+LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/goodies/sunit
 
 
 # if you need any additional defines for embedded C code,
@@ -44,7 +44,7 @@
 LOCALDEFINES=
 
 LIBNAME=libstx_goodies_monticello_test
-STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H.  -varPrefix=$(LIBNAME)
+STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=.  -varPrefix=$(LIBNAME)
 
 
 # ********** OPTIONAL: MODIFY the next line ***
@@ -69,6 +69,17 @@
 
 
 
+
+
+
+
+# run default testsuite for this package
+test: $(TOP)/goodies/builder/reports
+	$(MAKE) -C $(TOP)/goodies/builder/reports
+	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
+
+
+
 # add more install actions here
 install::
 
@@ -81,27 +92,23 @@
 # add more postMake actions here
 postMake:: cleanjunk
 
-prereq: $(REQUIRED_SUPPORT_DIRS)
-	cd ../../../libcompat && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
+# build all mandatory prerequisite packages (containing superclasses) for this package
+prereq:
 	cd ../../../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../../refactoryBrowser/parser && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
 	cd ../../../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../../../libcomp && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
 	cd ../../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../../../libbasic3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
 	cd ../../../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../../../libui && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../../../libwidg && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../ && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../../../libwidg2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../../../libwidg3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../../../libtool && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
 	cd ../../sunit && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
-	cd ../../../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
 
 
 
+# build all packages containing referenced classes for this package
+# they are nor needed to compile the package
+references:
+
+
 cleanjunk::
+	-rm -f *.s *.s2
 
 clean::
 	-rm -f *.o *.H
@@ -111,7 +118,33 @@
 
 
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
+$(OUTDIR)MCDependencySorterTest.$(O) MCDependencySorterTest.$(H): MCDependencySorterTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCSnapshotResource.$(O) MCSnapshotResource.$(H): MCSnapshotResource.st $(INCLUDE_TOP)/stx/goodies/sunit/TestResource.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCSortingTest.$(O) MCSortingTest.$(H): MCSortingTest.st $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCTestCase.$(O) MCTestCase.$(H): MCTestCase.st $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)stx_goodies_monticello_test.$(O) stx_goodies_monticello_test.$(H): stx_goodies_monticello_test.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCAncestryTest.$(O) MCAncestryTest.$(H): MCAncestryTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCChangeNotificationTest.$(O) MCChangeNotificationTest.$(H): MCChangeNotificationTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCClassDefinitionTest.$(O) MCClassDefinitionTest.$(H): MCClassDefinitionTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCFileInTest.$(O) MCFileInTest.$(H): MCFileInTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCInitializationTest.$(O) MCInitializationTest.$(H): MCInitializationTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCMczInstallerTest.$(O) MCMczInstallerTest.$(H): MCMczInstallerTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCMergingTest.$(O) MCMergingTest.$(H): MCMergingTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCMethodDefinitionTest.$(O) MCMethodDefinitionTest.$(H): MCMethodDefinitionTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCOrganizationTest.$(O) MCOrganizationTest.$(H): MCOrganizationTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCPackageTest.$(O) MCPackageTest.$(H): MCPackageTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCPatchTest.$(O) MCPatchTest.$(H): MCPatchTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCRepositoryTest.$(O) MCRepositoryTest.$(H): MCRepositoryTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCScannerTest.$(O) MCScannerTest.$(H): MCScannerTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCSerializationTest.$(O) MCSerializationTest.$(H): MCSerializationTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCSnapshotBrowserTest.$(O) MCSnapshotBrowserTest.$(H): MCSnapshotBrowserTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCSnapshotTest.$(O) MCSnapshotTest.$(H): MCSnapshotTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCStReaderTest.$(O) MCStReaderTest.$(H): MCStReaderTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCStWriterTest.$(O) MCStWriterTest.$(H): MCStWriterTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCVersionTest.$(O) MCVersionTest.$(H): MCVersionTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCWorkingCopyTest.$(O) MCWorkingCopyTest.$(H): MCWorkingCopyTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCDictionaryRepositoryTest.$(O) MCDictionaryRepositoryTest.$(H): MCDictionaryRepositoryTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCRepositoryTest.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)MCDirectoryRepositoryTest.$(O) MCDirectoryRepositoryTest.$(H): MCDirectoryRepositoryTest.st $(INCLUDE_TOP)/stx/goodies/monticello/test/MCRepositoryTest.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/test/MCTestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestCase.$(H) $(INCLUDE_TOP)/stx/goodies/sunit/TestAsserter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line