Initial import.

This commit is contained in:
Erik C. Thauvin 2006-02-24 12:38:42 +00:00
parent 1457c02c00
commit f473693052
25 changed files with 2468 additions and 0 deletions

View file

@ -0,0 +1,16 @@
## Output Pattern definition file.
##
## Available variables:
## $SOURCEPATH$ - location where source code for current project resides
## $PACKAGE$ - package path where TestedClass resides
## $FILENAME$ - Filename of the testClass. Note: if you modify filename only
## the file name will be affected not a class name
##
## Anything before $SOURCEPATH$ will be ignored. If you need to go outside of the
## sourcepath use $SOURCEPATH$/../
##
## For project sepcific configuration you can add seporate line for every project.
## Earch line must start with project name. i.e
## myproject=$SOURCEPATH$/testing/$PACKAGE$/$FILENAME$
## If project specific configuration does not exist, the following line will be used.
output=$SOURCEPATH$/test/$PACKAGE$/$FILENAME$