My exercism.io C++ solutions. To run the tests for a certain problem's solution, you'll need to generate makefile:
- Create a
<SOLUTION>/builddirectory - Run
cmake -G "Unix Makefiles" ..from there - Run
make
My exercism.io C++ solutions. To run the tests for a certain problem's solution, you'll need to generate makefile:
<SOLUTION>/build directorycmake -G "Unix Makefiles" .. from theremake