diff --git a/README.md b/README.md index d167e9b..74f552d 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,15 @@ The program should now be compiled at ./build/bin/something Simply run the program using: build/bin/something + +## Testing the Project +In order to compile the tests for the project, simply run these two commands: + + cmake -DCMAKE_BUILD_TYPE=Debug -B build -S . + cmake --build build + +The program should now be compiled at ./build/bin/somethingTest + +Simply run the tests using: + + build/bin/somethingTest \ No newline at end of file