tunit - Reference Guide  1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
tunit_main.h
Go to the documentation of this file.
1 #pragma once
4 
6 class __tunit_main final {
7 public:
8  __tunit_main() = delete;
9  static int main();
10 };
12 
13 #define tunit_main_ \
14 __tunit_main