Index: TestSupport.h =================================================================== diff -u -r2cee3073ca8ba8d7023bc15dc42bd4959ff91e12 -rb16fb44ffe64e6ceb3e182d11485c3bb75dbad8f --- TestSupport.h (.../TestSupport.h) (revision 2cee3073ca8ba8d7023bc15dc42bd4959ff91e12) +++ TestSupport.h (.../TestSupport.h) (revision b16fb44ffe64e6ceb3e182d11485c3bb75dbad8f) @@ -44,7 +44,6 @@ } OVERRIDE_TYPE_T; #ifdef _DD_ - /// DD test software configurations typedef enum test_Config_enums { @@ -58,7 +57,6 @@ #endif #ifdef _TD_ - /// TD test software configurations typedef enum test_Config { @@ -76,6 +74,15 @@ } TEST_CONFIG_T; #endif +#ifdef _RO_ +/// DD test software configurations +typedef enum test_Config_enums +{ + TEST_CONFIG_FIRST = 0, + NUM_OF_TEST_CONFIGS ///< Number of test configuration. +} TEST_CONFIG_T; +#endif + #pragma pack(push,1) /// Test configuration payload