Index: TestSupport.h =================================================================== diff -u -rb7cb589ae3d51cf7c9a1279b43542a04c80ed31e -ra6db8c49662d5140d70f83b51540955fe3e0911b --- TestSupport.h (.../TestSupport.h) (revision b7cb589ae3d51cf7c9a1279b43542a04c80ed31e) +++ TestSupport.h (.../TestSupport.h) (revision a6db8c49662d5140d70f83b51540955fe3e0911b) @@ -46,6 +46,8 @@ TEST_CONFIG_USE_WET_CARTRIDGE = 0, ///< Test configuration use wet cartridge. TEST_CONFIG_FIRST = TEST_CONFIG_USE_WET_CARTRIDGE, ///< Test configuration first configuration. TEST_CONFIG_USE_WORN_CARTRIDGE, ///< Test configuration use worn cartridge. + TEST_CONFIG_EXPEDITE_PRE_TREATMENT, ///< Test configuration expedite pre-treatment. + TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif