blob: 2b7a4525d39a178dbdf5b66395dec17f4afabc1a [file] [log] [blame]
#include "benchmark/benchmark.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "perf-shaping.hh"
#ifdef HAVE_FREETYPE
enum backend_t { HARFBUZZ, FREETYPE, TTF_PARSER };
#include "perf-extents.hh"
#include "perf-draw.hh"
#endif
BENCHMARK_MAIN ();