From ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 31 Jan 2020 10:44:30 +0100 Subject: hash table unit testing, norming --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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. -- cgit