javamanager/javaregistry/legacy/tsrc/src/AllTests.cpp
changeset 49 35baca0e7a2e
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
35:85266cc22c7f 49:35baca0e7a2e
    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 }