Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
txt_run_all_unittests.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
7
8int main(int argc, char** argv) {
10 testing::InitGoogleTest(&argc, argv);
11 return RUN_ALL_TESTS();
12}
char ** argv
Definition library.h:9
void InstallCrashHandler()
Definition backtrace.cc:126
int main(int argc, char **argv)