From 5be46ac5ac4130cc77ff418e13b8ec9e27c80e54 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 5 Dec 2015 22:11:06 +0000 Subject: [PATCH] Added convert.cpp to compile with the unit testing application. --- 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 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 -- 2.39.2