...
| Code Block | ||||
|---|---|---|---|---|
| ||||
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] |
...