From: Steve Brokenshire Date: Mon, 21 Mar 2016 21:07:29 +0000 (+0000) Subject: Added common/textprocessing.cpp for compiling in the unit testing application X-Git-Tag: release-0.11~15 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=1dfba943d4538ae499bf74edefa4634a9aa4ad0c Added common/textprocessing.cpp for compiling in the unit testing application --- diff --git a/source/tests/Makefile.in b/source/tests/Makefile.in index 4e80bf2..fb2f763 100644 --- a/source/tests/Makefile.in +++ b/source/tests/Makefile.in @@ -14,6 +14,7 @@ TESTOBJS=$(addprefix $(OBJDIR)/, ../contacteditor/cdo/ContactDataObject-unittest ../common/filename-unittest.o \ ../common/mime-unittest.o \ ../common/svrblist-unittest.o \ + ../common/textprocessing-unittest.o \ ../vcard/vcard34conv-unittest.o \ ../vcard/vcard34conv-v3conv-unittest.o \ ../vcard/vcard34conv-v4conv-unittest.o \