Index: TestSupport.h =================================================================== diff -u -rc95fab6b5be9982cda6813a0b835c3c9652f48f0 -r81c9fa49dedbffb2223e5cb0a98ed0145fc5b4b0 --- TestSupport.h (.../TestSupport.h) (revision c95fab6b5be9982cda6813a0b835c3c9652f48f0) +++ TestSupport.h (.../TestSupport.h) (revision 81c9fa49dedbffb2223e5cb0a98ed0145fc5b4b0) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Michael Garthwaite -* @date (last) 07-Apr-2026 +* @author (last) Arpita Srivastava +* @date (last) 01-May-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -81,6 +81,7 @@ TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime TEST_CONFIG_TESTING_WITHOUT_TUBING_SET, ///< Test configuration for testing without tubing set. TEST_CONFIG_USE_WET_TUBING_SET, ///< Test configuration for wet tubing set + TEST_CONFIG_ENABLE_SYRINGE_PUMP_TESTING, ///< Test configuration to skip checks in syringe pump during testing NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif