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
5
#include "
flutter/fml/backtrace.h
"
6
#include "
flutter/testing/testing.h
"
7
8
int
main
(
int
argc,
char
**
argv
) {
9
fml::InstallCrashHandler
();
10
testing::InitGoogleTest(&argc,
argv
);
11
return
RUN_ALL_TESTS();
12
}
backtrace.h
argv
char ** argv
Definition
library.h:9
fml::InstallCrashHandler
void InstallCrashHandler()
Definition
backtrace.cc:126
testing.h
main
int main(int argc, char **argv)
Definition
txt_run_all_unittests.cc:8
txt
tests
txt_run_all_unittests.cc
Generated on Tue Dec 2 2025 04:46:45 for Flutter Engine Uber Docs by
1.9.8