From 2fc02538130df615ff061f4b4aa5a04a4d9405dd Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 20 Jul 2024 18:23:10 -0400 Subject: add gitignore and update readme --- .gitignore | 2 ++ README.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9eca6c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.a +*.o diff --git a/README.md b/README.md index c28c02b..b375d48 100644 --- a/README.md +++ b/README.md @@ -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` -- cgit v1.2.3