javamanager/javaregistry/legacy/tsrc/src/AllTests.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include "Platform.h"
    18 #include <CppUTest/Platform.h>
    19 #include "CommandLineTestRunner.h"
    19 #include <CppUTest/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 }