xtd 0.2.0
Loading...
Searching...
No Matches
default_main.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "tunit_main.hpp"
6
7#if defined(TUNIT_CONFIG_MAIN)
8auto main() -> int {
9 return __tunit_main::main();
10}
11#endif
12
18#define TUNIT_CONFIG_MAIN
19#undef TUNIT_CONFIG_MAIN
Contains unit test application main entry point tunit_main_ definition.