From 94d30f6d918e6d3857f5be3dc97de0bcb8c90ff2 Mon Sep 17 00:00:00 2001 From: Trianta Date: Tue, 19 Sep 2023 14:08:18 -0500 Subject: [PATCH] Added testing instructions to template --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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