Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleRun tests manually
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPEFLAG=UnitTests
make test_executable
./tests/[component_path]/[test_executable]

...