5#include "flutter/fml/backtrace.h"
6#include "flutter/fml/build_config.h"
7#include "flutter/fml/command_line.h"
8#include "flutter/fml/logging.h"
9#include "gtest/gtest.h"
15 testing::InitGoogleTest(&argc,
argv);
18#if defined(OS_FUCHSIA)
20 "golden-dir",
"/pkg/data/flutter/testing/resources"));
23 cmd.GetOptionValueWithDefault(
"golden-dir",
"flutter/testing/resources"));
27 "flutter/third_party/txt/third_party/fonts/Roboto-Regular.ttf"));
28 return RUN_ALL_TESTS();
int main(int argc, char **argv)
void SetGoldenDir(const std::string &dir)
void SetFontFile(const std::string &file)
void InstallCrashHandler()
CommandLine CommandLineFromPlatformOrArgcArgv(int argc, const char *const *argv)