Index: TestSupport.h =================================================================== diff -u -r779f5f699dcc2734e0487a592208d8ffc6a1038f -ra3a29794c16d373730007e6816ae336465dedaa4 --- TestSupport.h (.../TestSupport.h) (revision 779f5f699dcc2734e0487a592208d8ffc6a1038f) +++ TestSupport.h (.../TestSupport.h) (revision a3a29794c16d373730007e6816ae336465dedaa4) @@ -8,7 +8,7 @@ * @file TestSupport.h * * @author (last) Dara Navaei -* @date (last) 15-May-2023 +* @date (last) 03-Jun-2023 * * @author (original) Sean * @date (original) 11-Feb-2020 @@ -53,6 +53,7 @@ TEST_CONFIG_SKIP_DISINFECT_AND_SERVICE_TX_BLOCKERS, ///< Test configuration skip disinfect and service treatment blockers. TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_ALARM, ///< Test configuration disable wet self test displacement alarm. TEST_CONFIG_RECOVER_TREATMENT, ///< Test configuration recover treatment. + TEST_CONFIG_ENABLE_ONE_MINUTE_TREATMENT, ///< Test configuration enable one minute treatment. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif