From 6d8adc7cd79ec1ce66dbd087710d069353dd5284 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 6 Dec 2015 09:51:18 +0000 Subject: [PATCH] Updated command line for unit testing. --- source/tests/test.commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2