Index: TestSupport.h =================================================================== diff -u -r0a13fa08eb5affc1f33b82dcaaf3b3cbaa459b3b -r40d68fcdbd0bd962b132aee458bbbc816c6fdc6a --- TestSupport.h (.../TestSupport.h) (revision 0a13fa08eb5affc1f33b82dcaaf3b3cbaa459b3b) +++ TestSupport.h (.../TestSupport.h) (revision 40d68fcdbd0bd962b132aee458bbbc816c6fdc6a) @@ -79,6 +79,7 @@ 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_TESTING_WITHOUT_TUBING_SET, ///< Test configuration for testing without tubing set. + TEST_CONFIG_USE_WET_CARTRIDGE, NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif