From: Steve Brokenshire Date: Sat, 5 Dec 2015 22:11:06 +0000 (+0000) Subject: Added convert.cpp to compile with the unit testing application. X-Git-Tag: release-0.09~265 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=5be46ac5ac4130cc77ff418e13b8ec9e27c80e54 Added convert.cpp to compile with the unit testing application. --- diff --git a/source/tests/test.commands b/source/tests/test.commands index 8c94932..deb66f0 100644 --- a/source/tests/test.commands +++ b/source/tests/test.commands @@ -1 +1 @@ -$(CPP) $(CPPFLAGS) -pthread -I. vcard/vcard.cpp tests/xestiaab_test.cpp -o tests/$(XAB_OUT)_test $(CPPLIBS) -lgtest +$(CPP) $(CPPFLAGS) -pthread -I. convert.cpp vcard/vcard.cpp tests/xestiaab_test.cpp -o tests/$(XAB_OUT)_test $(CPPLIBS) -lgtest