Index: TestSupport.h =================================================================== diff -u -rca1d590217b1bfd14f0e0682f88e04de076ff199 -r0852fad5326ec9a389304d2e337efd5201de1237 --- TestSupport.h (.../TestSupport.h) (revision ca1d590217b1bfd14f0e0682f88e04de076ff199) +++ TestSupport.h (.../TestSupport.h) (revision 0852fad5326ec9a389304d2e337efd5201de1237) @@ -53,6 +53,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. + TEST_CONFIG_SKIP_FILTERS_FLUSH, ///< Test configuration to skip filter flush NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif