Index: TestSupport.h =================================================================== diff -u -rb4aa78bdbcb78bb762bc75cf27cc250ed67c7a1a -r191555e81a76c24af46eab8011fa13376727a417 --- TestSupport.h (.../TestSupport.h) (revision b4aa78bdbcb78bb762bc75cf27cc250ed67c7a1a) +++ TestSupport.h (.../TestSupport.h) (revision 191555e81a76c24af46eab8011fa13376727a417) @@ -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) Vinayakam Mani -* @date (last) 16-Sep-2025 +* @author (last) Sameer Kalliadan Poyil +* @date (last) 14-Jan-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -52,6 +52,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_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