diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | README.md | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9eca6c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.a +*.o @@ -1,3 +1,12 @@ # EZ-Tester A barebones testing library for C + +## TODO + +* [ ] makefile + * [ ] static library target + * [ ] dynamic library target + * [ ] header-only target +* [ ] colorized output +* [ ] `run_shell_script` |
