Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1#include "unitTestCommon.h"
2
3#include <catch2/catch_session.hpp>
4
6
7int main( int argc, char* argv[] )
8{
9 return Catch::Session().run( argc, argv );
10}
int main(int argc, char **argv)
Definition: main.cpp:9
CATCH_REGISTER_LISTENER(platformInitRunListener) int main(int argc
char * argv[]
Definition: main.cpp:8