blob: 427d25f69bc82ee7969970fe0a2221e675298a0d [file] [log] [blame]
onqtama0e28462016-09-10 01:37:53 +03001#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
2#include "doctest.h"
3
4TEST_CASE("main") { printf("hello from <main.cpp>\n"); }