#include <xtd/startup>
#include <xtd/static>
#include "../tunit_export.h"
Contains unit test application main entry point.
Go to the source code of this file.
Macros | |
#define | tunit_main_ __tunit_main::main |
Defines the entry point to be called with startup_ for unit test application. More... | |
#define | tunit_main_with_gtest_compatibility_ __tunit_main::main_with_gtest_compatibility |
Defines the entry point to be called with startup_ for unit test application with Google test compatibility. More... | |