tunit - Reference Guide  1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
default_main.h
Go to the documentation of this file.
1 #pragma once
4 #include "tunit_main.h"
5 
6 #if defined(TUNIT_CONFIG_MAIN)
7 int main() {
8  return __tunit_main::main();
9 }
10 #endif
Contains main entry point.