diff --git a/README.md b/README.md index a649fd19..8fd25a89 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,16 @@ You can see more [examples](/examples) or follow the [Tutorials](/tutorial). - [X] [Queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) - [X] [Hash Table](https://en.wikipedia.org/wiki/Hash_table) + +### **How to run test cases** +``` +mkdir build && cd build +cmake .. +make +cd tests +./runUnitTests +``` + ### **Our contributors**