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/?a=commitdiff_plain;h=5be46ac5ac4130cc77ff418e13b8ec9e27c80e54;hp=bf2f876748028d67fc818fb1a7e23d18048fd0b9;p=xestiaab%2F.git 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