Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added the option to test common functions.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 20 Mar 2016 13:48:51 +0000 (13:48 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 20 Mar 2016 13:48:51 +0000 (13:48 +0000)
source/tests/xestiaab_test.cpp

index af9c185..5f654f4 100644 (file)
@@ -24,6 +24,7 @@
 #include "xestiaab_contactsave.h"
 #include "xestiaab_convert.h"
 #include "xestiaab_vcard.h"
+#include "xestiaab_common.h"
 
 enum MenuOpts {
        TESTS_CARDDAV = 1, 
@@ -31,6 +32,7 @@ enum MenuOpts {
        TESTS_CONTACTSAVE, 
        TESTS_VCARD,
        TESTS_CONVERT,
+       TESTS_COMMON,
        TESTS_ALL,
        TESTS_QUIT
 };
@@ -51,6 +53,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 +128,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