Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
Loading...
Searching...
No Matches
main.cpp File Reference
#include <stdio.h>
#include "gtest/gtest.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 14 of file Tests/main.cpp.

15{
16 InitGoogleTest(&argc, argv);
17
18 return RUN_ALL_TESTS();;
19}