Index: TestSupport.h =================================================================== diff -u -r60705e2f40e536b11209f487f5820380851ce09a -re458c2f447684fb9d67e76fce9e0c2a7e0e71434 --- TestSupport.h (.../TestSupport.h) (revision 60705e2f40e536b11209f487f5820380851ce09a) +++ TestSupport.h (.../TestSupport.h) (revision e458c2f447684fb9d67e76fce9e0c2a7e0e71434) @@ -8,7 +8,7 @@ * @file TestSupport.h * * @author (last) Dara Navaei -* @date (last) 16-Aug-2023 +* @date (last) 26-Feb-2025 * * @author (original) Sean * @date (original) 11-Feb-2020 @@ -39,6 +39,7 @@ TEST_CONFIG_FIRST = TEST_CONFIG_MIX_WITH_WATER, ///< Test configuration first configuration. TEST_CONFIG_DISABLE_INLET_WATER_TEMP_CHECK, ///< Test configuration disable inlet water temperature check. TEST_CONFIG_RECOVER_TREATMENT, ///< Test configuration recover treatment. + TEST_CONFIG_EXPEDITE_PRE_TREATMENT, ///< Test configuration expedite pre-treatment. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #else