aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--README.md9
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
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`