olm/lib/doctest/examples/exe_with_static_libs/main.cpp

5 lines
130 B
C++
Raw Normal View History

#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include <doctest/doctest.h>
TEST_CASE("main") { printf("hello from <main.cpp>\n"); }