aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 875f6e0..abbd1a9 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,16 @@ make all
This will produce a `libft.a` library which you can link to your project.
+## Unit Test
+
+```
+make test
+```
+
+## Dependencies
+
+* [Unity](https://github.com/ThrowTheSwitch/Unity) - unit testing lib
+
## .libftignore
Much like the `.gitignore` file, you can put the files/directory to ignore when compiling.