From 5e315f224c8e9d7fc4f3919da5583fdda7f29062 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 23 Mar 2010 00:31:24 +0100 Subject: enabled code coverage debug output --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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) -- cgit v1.2.3