Robin Mueller
00dced31ee
- Added functionality to open HTML report immediately - Added another helper script to automatically generate unittest build folder
4 lines
129 B
Bash
Executable File
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 ..
|