diff -r 928de75c0a34 -r 6b9c1ea81d49 devtools/Make.proto --- a/devtools/Make.proto Thu Jan 10 14:24:00 2013 +0100 +++ b/devtools/Make.proto Thu Jan 10 14:24:09 2013 +0100 @@ -1,4 +1,4 @@ -# $Header: /cvs/stx/stx/goodies/petitparser/devtools/Make.proto,v 1.1 2012-05-05 14:50:19 vrany Exp $ +# $Header: /cvs/stx/stx/goodies/petitparser/devtools/Make.proto,v 1.2 2013-01-10 13:24:09 vrany Exp $ # # DO NOT EDIT # automagically generated from the projectDefinition: stx_goodies_petitparser_devtools. @@ -71,6 +71,15 @@ + + +# 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:: @@ -107,6 +116,7 @@ # BEGINMAKEDEPEND --- do not remove this line; make depend needs it $(OUTDIR)PPDebugger.$(O) PPDebugger.$(H): PPDebugger.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR) $(OUTDIR)PPDebuggingParser.$(O) PPDebuggingParser.$(H): PPDebuggingParser.st $(INCLUDE_TOP)/stx/goodies/petitparser/PPParser.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR) +$(OUTDIR)XBGFParser.$(O) XBGFParser.$(H): XBGFParser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR) $(OUTDIR)stx_goodies_petitparser_devtools.$(O) stx_goodies_petitparser_devtools.$(H): stx_goodies_petitparser_devtools.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR) # ENDMAKEDEPEND --- do not remove this line