fsfw/scripts/gen-unittest.sh
2021-11-18 19:51:01 +01:00

4 lines
129 B
Bash
Executable File

#!/bin/sh
mkdir build-Unittest && cd build-Unittest
cmake -DFSFW_BUILD_UNITTESTS=ON -DFSFW_OSAL=host -DCMAKE_BUILD_TYPE=Debug ..