diff options
Diffstat (limited to 'doc/develop/tests_writing.rst')
-rw-r--r-- | doc/develop/tests_writing.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/tests_writing.rst b/doc/develop/tests_writing.rst index 44b544fa78b..bb1145da268 100644 --- a/doc/develop/tests_writing.rst +++ b/doc/develop/tests_writing.rst @@ -281,6 +281,7 @@ new one of those, you should add a new suite. Create a new file in test/ or a subdirectory and define a macro to register the suite. For example:: + #include <common.h> #include <console.h> #include <mapmem.h> #include <dm/test.h> |