blob: df1a8099a3fa97041e6036fee44e9d35544c11b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# EZ-Tester
A barebones testing library for C
## TODO
* [ ] makefile
* [x] static library target
* [ ] dynamic library target
* [ ] header-only target
* [ ] colorized output
* [ ] `run_shell_script`
|