Skip to content

Commit

Permalink
update readme with instructions for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Feb 5, 2024
1 parent 5a389f9 commit 56947e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
<a href="https://github.com/CSRT-NTUA/AlgoPlus/graphs/contributors">
<img src="https://contrib.rocks/image?repo=CSRT-NTUA/AlgoPlus" />
Expand Down

0 comments on commit 56947e4

Please sign in to comment.