Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
btjm123 authored Aug 9, 2024
1 parent e01e84c commit 683a702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ mkdir build && cd build && cmake .. && make
## Testing
This project uses [Google Test](https://github.com/google/googletest)
```sh
cd build && ./tests/open_addressing_hashmap.cpp
cd build && ./tests/chaining_hashmap.cpp
cd build && ./tests/open_addressing_hashmap
cd build && ./tests/chaining_hashmap
```

0 comments on commit 683a702

Please sign in to comment.