5 lines
130 B
C++
5 lines
130 B
C++
|
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
||
|
#include <doctest/doctest.h>
|
||
|
|
||
|
TEST_CASE("main") { printf("hello from <main.cpp>\n"); }
|