Index: TestSupport.h =================================================================== diff -u -ra1dac3eadd40dcb32f77e06d3577af24e56bf5c9 -r2661636ad00f13b668e460946c1b8c5cbe0d7b71 --- TestSupport.h (.../TestSupport.h) (revision a1dac3eadd40dcb32f77e06d3577af24e56bf5c9) +++ TestSupport.h (.../TestSupport.h) (revision 2661636ad00f13b668e460946c1b8c5cbe0d7b71) @@ -75,6 +75,7 @@ TEST_CONFIG_ENABLE_BETA_1_HW = 0, ///< Test configuration to enable Beta 1.0 hardware. TEST_CONFIG_FIRST = TEST_CONFIG_ENABLE_BETA_1_HW, ///< Test configuration first configuration. TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime + 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