Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
flutter_shell_native_unittests.cc File Reference
#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 7 of file flutter_shell_native_unittests.cc.

7 {
8 ::testing::InitGoogleTest(&argc, argv);
9 return RUN_ALL_TESTS();
10}