A simple header file to get test statistic in C
Go to file
Adwaith-Rajesh 1bd017adfc
setup and teadown
added macros to run function at the start and end of each test

- SETUP     = runs once at the start
- TEARDOWN  = runs once at the end
- BEFORE    = runs before each test
- AFTER     = runs after each test
2025-09-28 13:16:15 +05:30
.gitignore Added gitignore 2025-09-28 12:15:56 +05:30
test.h setup and teadown 2025-09-28 13:16:15 +05:30