17#include "flutter/fml/command_line.h"
18#include "flutter/fml/icu_util.h"
19#include "flutter/fml/logging.h"
20#include "flutter/testing/testing.h"
21#include "flutter/third_party/txt/tests/txt_test_utils.h"
22#include "third_party/benchmark/include/benchmark/benchmark.h"
30 FML_LOG(
ERROR) <<
"Font directory not set via txt::SetFontDir.";
35 std::string icudtl_path =
36 cmd.GetOptionValueWithDefault(
"icu-data-file-path",
"icudtl.dat");
39 ::benchmark::RunSpecifiedBenchmarks();
#define FML_LOG(severity)
#define FML_DCHECK(condition)
const char * GetFixturesPath()
Returns the directory containing the test fixture for the target if this target has fixtures configur...
void InitializeICU(const std::string &icu_data_path)
CommandLine CommandLineFromPlatformOrArgcArgv(int argc, const char *const *argv)
void Initialize(zx::channel directory_request, std::optional< zx::eventpair > view_ref)
Initializes Dart bindings for the Fuchsia application model.
const std::string & GetFontDir()
void SetFontDir(const std::string &dir)
int main(int argc, char **argv)