aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-03-23 00:31:24 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:47 +0100
commit5e315f224c8e9d7fc4f3919da5583fdda7f29062 (patch)
tree31488784fa122f6444a4d379b3d1419a498a4615
parentb1da4116d267cf4a9025c71019fb592839e16b4c (diff)
downloadusdx-5e315f224c8e9d7fc4f3919da5583fdda7f29062.tar.gz
usdx-5e315f224c8e9d7fc4f3919da5583fdda7f29062.tar.xz
usdx-5e315f224c8e9d7fc4f3919da5583fdda7f29062.zip
enabled code coverage debug output
Diffstat (limited to '')
-rw-r--r--.gitignore2
-rw-r--r--test/Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 71802cb9..f71e7190 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,5 @@ config.status
__history
aclocal.m4
autom4te.cache/
+*.gcno
+*.gcda
diff --git a/test/Makefile b/test/Makefile
index 3b33a16a..d1385732 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
-CXXFLAGS:=-Wall -Werror -lcppunit -I../src/ -I../src/base -I../src/menu -I../src/media -I../src/screens -g
-LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt
+CXXFLAGS:=-Wall -Werror -lcppunit -I../src -I../src/base -I../src/menu -I../src/media -I../src/screens -g -fprofile-arcs -ftest-coverage
+LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt -lSDL_image -coverage
PROJECT:=usdx-tests
TARGET:=$(PROJECT)