Index: TestSupport.h =================================================================== diff -u -r0acc06379cd9989606d3eaaaaf6d7aa8ed187038 -reddbe4f579bd1d3c6480b27723908e87e3bc0e78 --- TestSupport.h (.../TestSupport.h) (revision 0acc06379cd9989606d3eaaaaf6d7aa8ed187038) +++ TestSupport.h (.../TestSupport.h) (revision eddbe4f579bd1d3c6480b27723908e87e3bc0e78) @@ -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) “rkallala” +* @date (last) 14-Jan-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -53,6 +53,7 @@ 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_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