Index: TestSupport.h =================================================================== diff -u -r36f96b1e7a43e0947ff10e3c6947d80e37152d9c -r0acc06379cd9989606d3eaaaaf6d7aa8ed187038 --- TestSupport.h (.../TestSupport.h) (revision 36f96b1e7a43e0947ff10e3c6947d80e37152d9c) +++ TestSupport.h (.../TestSupport.h) (revision 0acc06379cd9989606d3eaaaaf6d7aa8ed187038) @@ -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_ENABLE_4WIRE_RINSE_PUMP, ///< Test configuration enable 4-wire rinse pump. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif