Index: TestSupport.h =================================================================== diff -u -r2ebde422950d7fa52248020d7587cb5b3c117af4 -r5e594b9d87744aa9a40a5abf31e5933db3d546ac --- TestSupport.h (.../TestSupport.h) (revision 2ebde422950d7fa52248020d7587cb5b3c117af4) +++ TestSupport.h (.../TestSupport.h) (revision 5e594b9d87744aa9a40a5abf31e5933db3d546ac) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2024-2025 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file TestSupport.h * -* @author (last) Dara Navaei -* @date (last) 16-Oct-2025 +* @author (last) Sameer Kalliadan Poyil +* @date (last) 14-Jan-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -53,6 +53,9 @@ 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_BETA_1_0_HW, ///< Test configuration enabling Beta 1.9 hardware + TEST_CONFIG_ENABLE_DRY_BICART_FILL, ///< Test configuration disabling Dry Bicart fill check + 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