Index: TestSupport.h =================================================================== diff -u -rffca3bd1cebec54be47553fafa0462ccc11af0fc -r28a2f48fe687f771be0569cc9e91d2356ce3dc22 --- TestSupport.h (.../TestSupport.h) (revision ffca3bd1cebec54be47553fafa0462ccc11af0fc) +++ TestSupport.h (.../TestSupport.h) (revision 28a2f48fe687f771be0569cc9e91d2356ce3dc22) @@ -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) Dara Navaei +* @date (last) 29-Dec-2025 * * @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_BETA_1_0_HW, ///< Test configuration enabling Beta 1.9 hardware + TEST_CONFIG_ENABLE_4WIRE_RINSE_PUMP, ///< Test configuration enable 4-wire rinse pump. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif