Index: TestSupport.h =================================================================== diff -u -r36f96b1e7a43e0947ff10e3c6947d80e37152d9c -re1931372d004d3e853099d4e2a5e793caefa8b5e --- TestSupport.h (.../TestSupport.h) (revision 36f96b1e7a43e0947ff10e3c6947d80e37152d9c) +++ TestSupport.h (.../TestSupport.h) (revision e1931372d004d3e853099d4e2a5e793caefa8b5e) @@ -52,6 +52,7 @@ { TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS = 0, ///< Test configuration disabling BC pressure alarms TEST_CONFIG_FIRST = TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration first configuration. + TEST_CONFIG_BETA_1_9, ///< Test configuration second configuration NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif