8475061136
thanks to Nico Werner, who did most of the porting work
4 lines
130 B
C++
4 lines
130 B
C++
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
|
#include <doctest/doctest.h>
|
|
|
|
TEST_CASE("main") { printf("hello from <main.cpp>\n"); }
|