From: Steve Brokenshire Date: Sun, 3 Jul 2016 23:34:23 +0000 (+0100) Subject: Added XAB_UNITTEST define to the unit test compilation X-Git-Tag: release-0.14~13 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=46ae6245da0769c5ca70df0eb100c828927e6d1b Added XAB_UNITTEST define to the unit test compilation --- diff --git a/source/tests/Makefile.in b/source/tests/Makefile.in index 4e80bf2..c977e40 100644 --- a/source/tests/Makefile.in +++ b/source/tests/Makefile.in @@ -1,6 +1,6 @@ CPP=g++ STRIP=strip -CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -I.. -std=c++11 -pthread @DBGOUT@ +CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -I.. -std=c++11 -pthread -DXAB_UNITTEST @DBGOUT@ CPPLIBS=`wx-config --libs` `curl-config --libs` -lsfml-audio -lxml2 -lgtest MAKE=make OBJDIR=.