logsui/logsengine/logssymbianos/tsrc/ut_logssymbianos/src/main.cpp
changeset 20 6a40edd41841
parent 19 e4c884866116
equal deleted inserted replaced
19:e4c884866116 20:6a40edd41841
    24 #include "ut_logseventparser.h"
    24 #include "ut_logseventparser.h"
    25 #include "ut_logseventdataparser.h"
    25 #include "ut_logseventdataparser.h"
    26 #include "testrunner.h"
    26 #include "testrunner.h"
    27 #include "ut_logsremove.h"
    27 #include "ut_logsremove.h"
    28 #include "ut_logsremovestates.h"
    28 #include "ut_logsremovestates.h"
       
    29 #include "ut_logsforegroundwatcher.h"
    29 
    30 
    30 
    31 
    31 int main(int argc, char *argv[]) 
    32 int main(int argc, char *argv[]) 
    32 {
    33 {
    33     printf("Running tests...\n");
    34     printf("Running tests...\n");
    64     testRunner.runTests(ut_logsEvent);
    65     testRunner.runTests(ut_logsEvent);
    65     
    66     
    66     UT_LogsEventDataParser ut_logsEventData;
    67     UT_LogsEventDataParser ut_logsEventData;
    67     testRunner.runTests(ut_logsEventData);
    68     testRunner.runTests(ut_logsEventData);
    68     
    69     
       
    70     UT_LogsForegroundWatcher ut_logsForegroundWatcher;
       
    71     testRunner.runTests(ut_logsForegroundWatcher);
       
    72     
    69     testRunner.printResults();
    73     testRunner.printResults();
    70     
    74     
    71     return 0;   
    75     return 0;   
    72 }
    76 }
    73 
    77