diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-24 19:00:39 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-24 19:00:39 +0000 |
commit | 3f72c7787eb9ad2e3bf846b7184fe283ab8a19c2 (patch) | |
tree | 30e28c20a308d23bffdb29dfd6ae9a14b2778150 /test/lib/ch_test.h | |
parent | 276a56324dec125d1b431a0b1a02db8e15b27070 (diff) | |
download | ChibiOS-3f72c7787eb9ad2e3bf846b7184fe283ab8a19c2.tar.gz ChibiOS-3f72c7787eb9ad2e3bf846b7184fe283ab8a19c2.tar.bz2 ChibiOS-3f72c7787eb9ad2e3bf846b7184fe283ab8a19c2.zip |
Improved reports look.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10899 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 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. */
/*===========================================================================*/
|