diff options
Diffstat (limited to 'tests/include/dbg.h')
| -rw-r--r-- | tests/include/dbg.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/include/dbg.h b/tests/include/dbg.h index 0401ea1..71137ba 100644 --- a/tests/include/dbg.h +++ b/tests/include/dbg.h @@ -1,3 +1,15 @@ +/** + * @file dbg.h + * @brief Debug macros for the minunit framework + * @author Zed Shaw + * + * @details + * These debug macros come from Zed Shaw's book Learn C The Hard Way, and are + * used for the testing framework of GenSVM. + * + * @sa minunit.h + */ + #ifndef __dbg_h__ #define __dbg_h__ |
