Versions Compared

Key

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

...

Code Block
languagebash
titleRun tests manually
mkdir build && cd build

#install:
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo apt install pkg-config

cmake .. -DCMAKE_BUILD_FLAG=UnitTests

make test_executable

./tests/[component_path]/[test_executable]

...