CSS 343 final project (A4)
We have a situation whereas each member uses different OS to build and compile project. My suggestion is all of us installing g++ on our machine and use my output.txt
in test
folder to compile our project.
- Change directory to
test/
folder - Make sure you mark
output.txt
is excuetable on your OS
- On linux,
chmod +x output.txt
- To run, just have to run
./output.txt
in a terminal window.
Catch2 is pretty awesome and easy to use unit testing framework. If you are interested to learn more about it, click this link https://github.com/catchorg/Catch2/blob/master/docs/tutorial.md#top