javamanager/javaregistry/tsrc/src/AllTests.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <CppUTest/Platform.h>
    18 #include "Platform.h"
    19 #include <CppUTest/CommandLineTestRunner.h>
    19 #include "CommandLineTestRunner.h"
    20 
    20 
    21 int main(int ac, char** av)
    21 int main(int ac, char** av)
    22 {
    22 {
    23     return CommandLineTestRunner::RunAllTests(ac, av);
    23     return CommandLineTestRunner::RunAllTests(ac, av);
    24 }
    24 }