javamanager/javaregistry/tsrc/src/AllTests.h
changeset 48 e0d6e9bd3ca7
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
47:f40128debb5d 48:e0d6e9bd3ca7
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include "Utest.h"
    18 #include <CppUTest/Utest.h>
    19 
    19 
    20 //Include this in the test main to execute these tests
    20 //Include this in the test main to execute these tests
    21 IMPORT_TEST_GROUP(TestRegistry);
    21 IMPORT_TEST_GROUP(TestRegistry);
    22 IMPORT_TEST_GROUP(TestRegistryEntry);
    22 IMPORT_TEST_GROUP(TestRegistryEntry);
    23 IMPORT_TEST_GROUP(TestRegistryPackageEntry);
    23 IMPORT_TEST_GROUP(TestRegistryPackageEntry);