aboutsummaryrefslogtreecommitdiff
path: root/tests/include/minunit.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include/minunit.h')
-rw-r--r--tests/include/minunit.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/include/minunit.h b/tests/include/minunit.h
index 0fe8898..9e2328f 100644
--- a/tests/include/minunit.h
+++ b/tests/include/minunit.h
@@ -1,3 +1,16 @@
+/**
+ * @file minunit.h
+ * @brief Minimal unit testing framework for C
+ * @author Zed Shaw
+ *
+ * @details
+ * This unit testing framework comes from Zed Shaw's book Learn C The Hard
+ * Way, and are evolved from the "minunit" code snippets by Jera Design. I've
+ * added a mu_test_missing() macro to deal with missing unit tests.
+ *
+ * @sa dbg.h
+ */
+
#undef NDEBUG
#ifndef _minunit_h
#define _minunit_h