From: Steve Brokenshire Date: Sun, 20 Mar 2016 15:57:43 +0000 (+0000) Subject: Added common/filename.cpp to compile for the unit testing application. X-Git-Tag: release-0.11~23 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=61db1dde78fe262238ac8c38a26aceac9ba6ff2f Added common/filename.cpp to compile for the unit testing application. --- diff --git a/source/tests/Makefile.in b/source/tests/Makefile.in index 1724a86..ef32cc5 100644 --- a/source/tests/Makefile.in +++ b/source/tests/Makefile.in @@ -11,6 +11,7 @@ TESTOBJS=$(addprefix $(OBJDIR)/, ../contacteditor/cdo/ContactDataObject-unittest ../convert-unittest.o \ ../common/textprocessing-unittest.o \ ../common/dirs-unittest.o \ + ../common/filename-unittest.o \ ../vcard/vcard34conv-unittest.o \ ../vcard/vcard34conv-v3conv-unittest.o \ ../vcard/vcard34conv-v4conv-unittest.o \