Skip to content

Added testing with ctest

Andrii Verbytskyi requested to merge (removed):ctest into master

In this MR:

  • Added testing with ctest:
    • ctest is a generic testing tool for cmake. After the tests are written (see in the end of the CMakeLists.txt) after the building the project one can run ctest . in the build directory.
    • Some tests include Rivet.
  • Added ep steering card in a new style
  • Minor fixes

Tag @jung

Edited by Andrii Verbytskyi

Merge request reports