Index: TestSupport.h =================================================================== diff -u -r36f96b1e7a43e0947ff10e3c6947d80e37152d9c -rb4aa78bdbcb78bb762bc75cf27cc250ed67c7a1a --- TestSupport.h (.../TestSupport.h) (revision 36f96b1e7a43e0947ff10e3c6947d80e37152d9c) +++ TestSupport.h (.../TestSupport.h) (revision b4aa78bdbcb78bb762bc75cf27cc250ed67c7a1a) @@ -60,8 +60,9 @@ /// TD test software configurations typedef enum test_Config { - TEST_CONFIG_FIRST = 0, ///< Test configuration first configuration. - NUM_OF_TEST_CONFIGS ///< Number of test configuration. + TEST_CONFIG_SKIP_BLOOD_PRIME = 0, ///< Test configuration skip blood prime. + TEST_CONFIG_FIRST = TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration first configuration. + NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif