Goal of the laboratory:
- set up a modern programming environment
- familiarse with git, VSCode, CMake, GoogleTest, and C++
Tasks:
- split the source file
pythagoras.ccinto two files, one containing themainfunction, and the other one containing the tests - move them to a
sourcedirectory, and name themmain.ccandpoint_tests.cc - modify the
CMakeLists.txtfile to ensure the program still compiles and run - Add three more tests that checks that the three-dimensional version of the
Point<dim>class works as expected