RadioLib/extras/test/unit/test.sh

15 wiersze
192 B
Bash

#!/bin/bash
set -e
# build the test binary
2025-01-17 19:00:59 +00:00
rm -rf build
mkdir build
cd build
cmake -G "CodeBlocks - Unix Makefiles" ..
make -j4
# run it
cd ..
./build/radiolib-unittest --log_level=message