From 6560c043b039251e21a79bebea48e11053c88948 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 8 Dec 2015 18:54:05 +0000 Subject: [PATCH] Updated list of files to compile for unit testing purposes. --- 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 1c0214e..58079a8 100644 --- a/source/tests/test.commands +++ b/source/tests/test.commands @@ -1,2 +1,2 @@ - $(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 + $(CPP) $(CPPFLAGS) -pthread -I. contacteditor/ContactDataObject.cpp 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 chmod 000 tests/InvalidPermissions.vcf -- 2.39.2