Members: Moritz Trieu, Simon Grether, Nina Lock
To generate all Cmakefiles, run either
cmake
in the root folder or alternatively run
cmake ..
in the /build/ folder
To build the entire project, run
make
in the /build/ folder
The current entry point is numsim
in /build/source/
To run the test suit, run ctest
in the /build/testing/ folder.
Test can be found in the /testing/ folder. Here for every major module there is its own .cpp file. All test for that module can be found in this file. Each test file can therefore contain multiple suits. If you create a new test file, make sure to include it in /testing/CMakeLists.txt as well as any needed dependecies, mainly the modules tested in said test file.