Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lib_1_src1.cpp « exe_with_static_libs « examples - github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ee2d114cb127a0d246d4c1f80adf500426a6da0 (plain)
1
2
3
4
5
6
#include <doctest/doctest.h>
DOCTEST_MAKE_STD_HEADERS_CLEAN_FROM_WARNINGS_ON_WALL_BEGIN
#include <cstdio>
DOCTEST_MAKE_STD_HEADERS_CLEAN_FROM_WARNINGS_ON_WALL_END

TEST_CASE("asd") { printf("hello from <lib_1_src1.cpp>\n"); }