RadioLibSmol/extras/test/unit/tests/main.cpp
Jan Gromeš cbb8d419d1
[CI] Unit test (#1373)
* [CI] Add basic unit testing

* [CI] Add gitignore

* [CI] Install libfmt

---------

Co-authored-by: jgromes <jan.gromes>
2025-01-05 17:23:13 +01:00

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