diff options
Diffstat (limited to 'test/lib/ch_test.h')
-rw-r--r-- | test/lib/ch_test.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lib/ch_test.h b/test/lib/ch_test.h index b78591689..3b51085cb 100644 --- a/test/lib/ch_test.h +++ b/test/lib/ch_test.h @@ -105,6 +105,13 @@ typedef struct { #define test_set_step(step) test_step = (step)
/**
+ * @brief End step marker.
+ *
+ * @param[in] step the step number
+ */
+#define test_end_step(step) (void)(step);
+
+/**
* @brief Test failure enforcement.
* @note This function can only be called from test_case execute context.
*
|