Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Move INSTALL, LICENSE, README, THANKS and TODO into root directory
[xestiaab/.git] / source / tests / xestiaab_test.cpp
index af9c185..7dc8491 100644 (file)
 #include <gtest/gtest.h>
 #include <iostream>
 #include <string>
-#include "xestiaab_carddav.h"
 #include "xestiaab_contactload.h"
 #include "xestiaab_contactsave.h"
 #include "xestiaab_convert.h"
 #include "xestiaab_vcard.h"
+#include "xestiaab_common.h"
 
 enum MenuOpts {
        TESTS_CARDDAV = 1, 
@@ -31,6 +31,7 @@ enum MenuOpts {
        TESTS_CONTACTSAVE, 
        TESTS_VCARD,
        TESTS_CONVERT,
+       TESTS_COMMON,
        TESTS_ALL,
        TESTS_QUIT
 };
@@ -51,6 +52,7 @@ void printmenu(){
        std::cout << TESTS_CONTACTSAVE << ". Contact Saving" << std::endl;
        std::cout << TESTS_VCARD << ". vCard Object" << std::endl;
        std::cout << TESTS_CONVERT << ". Contact Conversion" << std::endl;
+       std::cout << TESTS_COMMON << ". Common Functions" << std::endl;
        std::cout << TESTS_ALL << ". All Tests" << std::endl;
        std::cout << TESTS_QUIT << ". Quit" << std::endl;
        std::cout << std::endl;
@@ -125,6 +127,11 @@ int main(int argc, char* argv[]){
                                ::testing::GTEST_FLAG(filter) = "vCard*";
                                TestResult = RUN_ALL_TESTS();
                                break;
+                       case TESTS_COMMON:
+                               printn("Running Common Functions tests...");
+                               ::testing::GTEST_FLAG(filter) = "CommonFunctions*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
                        case TESTS_ALL:
                                printn("Running all tests...");
                                ::testing::GTEST_FLAG(filter) = "*";
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