diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-03-24 07:46:35 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:47 +0100 |
commit | ce9477398666f1f5c2af5a93664339bc80f52346 (patch) | |
tree | 463b2e804b6f58343f359a29ccbc45d335966fd1 /test/.gitignore | |
parent | 873a72da1d8d5595b1648ffba2c846023985397b (diff) | |
download | usdx-ce9477398666f1f5c2af5a93664339bc80f52346.tar.gz usdx-ce9477398666f1f5c2af5a93664339bc80f52346.tar.xz usdx-ce9477398666f1f5c2af5a93664339bc80f52346.zip |
Makefile rework
more custizable with variables
target for test-with-coverage (build, run, generate html)
tests object and coverage files in seperate dir
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index d5378e20..f23464ea 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,3 @@ usdx-tests +usdx-tests-coverage test.xml |