From 56947e475c7f978674758b32e252b6c03ec24cde Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Tue, 6 Feb 2024 01:21:40 +0200 Subject: [PATCH] update readme with instructions for unit tests --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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**