aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/ch_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ch_test.h')
-rw-r--r--test/lib/ch_test.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lib/ch_test.h b/test/lib/ch_test.h
index 236b6ed23..20d62332b 100644
--- a/test/lib/ch_test.h
+++ b/test/lib/ch_test.h
@@ -47,6 +47,13 @@
#define TEST_DELAY_BETWEEN_TESTS 200
#endif
+/**
+ * @brief Delay inserted between test cases.
+ */
+#if !defined(TEST_SHOW_SEQUENCES) || defined(__DOXYGEN__)
+#define TEST_SHOW_SEQUENCES TRUE
+#endif
+
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/