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
src
tunit
include
tunit
tunit_main.h
Generated on Fri Sep 24 2021 06:46:04 for tunit - Reference Guide by
Gammasoft
. All rights reserved.