docs/Writerside/topics/test.h.md

branch
docs/3.1
changeset 1174
ee473780cc0d
parent 1148
8ff82697f2c3
--- a/docs/Writerside/topics/test.h.md	Sun Feb 09 22:02:13 2025 +0100
+++ b/docs/Writerside/topics/test.h.md	Sun Feb 09 22:03:52 2025 +0100
@@ -6,6 +6,8 @@
 An arbitrary number of test cases can be registered with `cx_test_register()`.
 
 ```C
+#include <cx/test.h>
+
 CxTestSuite *suite = cx_test_suite_new("My Suite");
 
 cx_test_register(suite, test_foo);

mercurial