Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Updated unit testing files
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 16 Nov 2016 20:02:08 +0000 (20:02 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 16 Nov 2016 20:02:08 +0000 (20:02 +0000)
source/tests/build.sh
source/tests/xestiacalendar_test.cpp

index 9973318..8c45912 100755 (executable)
@@ -1,5 +1,16 @@
 #!/bin/sh
 
+# Build the library first.
+
+g++ -ggdb --std=c++11 -c ../libraries/CalendarDataStorage/CalendarDataStorage.cpp \
+ -o ../libraries/CalendarDataStorage/CalendarDataStorage-test.o \
+ -lsqlite3
+ar rcs libCalendarDataStorage-test.a ../libraries/CalendarDataStorage/CalendarDataStorage-test.o
+
+echo "Building main unit test app..."
+
+# Build the unit testing application.
+
 g++ `xml2-config --cflags --libs` -ggdb --std=c++11 -lcurl -lgtest -pthread \
 xestiacalendar_test.cpp xestiacalendar_testcommon.cpp xestiacalendar_populate.cpp \
 ../objects/calendarevent/CalendarEvent.cpp \
@@ -20,4 +31,5 @@ xestiacalendar_test.cpp xestiacalendar_testcommon.cpp xestiacalendar_populate.cp
 ../common/monthviewgen.cpp \
 ../objects/CalDAV/CalDAV.cpp \
 ../objects/CalDAV/CalDAV-XMLProcessing.cpp \
--DXESTIACAL_UNITTEST -o xestiacalendar_test
+-DXESTIACAL_UNITTEST -o xestiacalendar_test \
+-L. -lCalendarDataStorage-test -lsqlite3
index 58d42c7..05a0b85 100644 (file)
@@ -34,6 +34,7 @@
 #include "xestiacalendar_icalfreebusysave.h"
 #include "xestiacalendar_icaltimezoneload.h"
 #include "xestiacalendar_icaltimezonesave.h"
+#include "xestiacalendar_calendardatastorage.h"
 #include "xestiacalendar_caldav.h"
 
 enum MenuOpts {
@@ -47,6 +48,7 @@ enum MenuOpts {
        TESTS_ICALSAVEFREEBUSY,
        TESTS_ICALLOADTIMEZONE,
        TESTS_ICALSAVETIMEZONE,
+       TESTS_CALENDARDATASTORAGE,
        TESTS_CALDAV,
        TESTS_COMMONFUNCTIONS,
        TESTS_EXTRA,
@@ -79,6 +81,7 @@ void printmenu(){
        std::cout << TESTS_ICALSAVEFREEBUSY << ". iCalendar FreeBusy Component Save" << std::endl;
        std::cout << TESTS_ICALLOADTIMEZONE << ". iCalendar Timezone Component Load" << std::endl;
        std::cout << TESTS_ICALSAVETIMEZONE << ". iCalendar Timezone Component Save" << std::endl;
+       std::cout << TESTS_CALENDARDATASTORAGE << ". Calendar Data Storage" << std::endl;
        std::cout << TESTS_CALDAV << ". CalDAV Object" << std::endl;
        std::cout << TESTS_COMMONFUNCTIONS << ". Common Functions" << std::endl;
        std::cout << TESTS_EXTRA << ". Extra Functions Menu" << std::endl;
@@ -247,6 +250,11 @@ int main(int argc, char* argv[]){
                                ::testing::GTEST_FLAG(filter) = "iCalendarSaveTimezone*";
                                TestResult = RUN_ALL_TESTS();
                                break;
+                       case TESTS_CALENDARDATASTORAGE:
+                               printn("Running Calendar Data Storage tests...");
+                               ::testing::GTEST_FLAG(filter) = "CalendarDataStorage*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
                        case TESTS_CALDAV:
                                printn("Running CalDAV tests...");
                                ::testing::GTEST_FLAG(filter) = "CalDAV*";
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy