From: Steve Brokenshire Date: Sun, 6 Dec 2015 09:51:18 +0000 (+0000) Subject: Updated command line for unit testing. X-Git-Tag: release-0.09~259 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=6d8adc7cd79ec1ce66dbd087710d069353dd5284 Updated command line for unit testing. --- diff --git a/source/tests/test.commands b/source/tests/test.commands index deb66f0..1eedcb4 100644 --- a/source/tests/test.commands +++ b/source/tests/test.commands @@ -1 +1 @@ -$(CPP) $(CPPFLAGS) -pthread -I. convert.cpp vcard/vcard.cpp tests/xestiaab_test.cpp -o tests/$(XAB_OUT)_test $(CPPLIBS) -lgtest +$(CPP) $(CPPFLAGS) -pthread -I. convert.cpp common/textprocessing.cpp vcard/vcard34conv.cpp vcard/vcard34conv-v3conv.cpp vcard/vcard34conv-v4conv.cpp vcard/vcard.cpp tests/xestiaab_test.cpp -o tests/$(XAB_OUT)_test $(CPPLIBS) -lgtest