From 46ae6245da0769c5ca70df0eb100c828927e6d1b Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 4 Jul 2016 00:34:23 +0100 Subject: [PATCH] Added XAB_UNITTEST define to the unit test compilation --- source/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=. -- 2.39.2