Prusa-Firmware-MMU/lib/doctest/examples/exe_with_static_libs/main.cpp

5 lines
146 B
C++

#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include <doctest/doctest.h>
TEST_CASE("main") { std::cout << "hello from <main.cpp>" << std::endl; }