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 /.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 '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,5 +21,4 @@ config.status __history
aclocal.m4
autom4te.cache/
-*.gcno
-*.gcda
+coverage/
|