javamanager/javaregistry/tsrc/src/AllTests.cpp
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
equal deleted inserted replaced
23:e5618cc85d74 24: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 }