
* [CI] Add basic unit testing * [CI] Add gitignore * [CI] Install libfmt --------- Co-authored-by: jgromes <jan.gromes>
5 lines
161 B
C++
5 lines
161 B
C++
#define BOOST_TEST_MODULE "RadioLib Unit test"
|
|
#include <boost/test/included/unit_test.hpp>
|
|
|
|
// intentionally left blank, boost.test creates its own entrypoint
|
|
|