summaryrefslogtreecommitdiffstatshomepage
path: root/benchmarks/main.cpp
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-02-21 11:48:45 +0100
committer ImJezze <jezze@gmx.net>2016-02-21 11:48:45 +0100
commitcc24a339d8c0517259084b5c178d784626ba965c (patch)
tree9868e9687b5802ae0a3733712a3bbeb3bc75c953 /benchmarks/main.cpp
parentb5daabda5495dea5c50e17961ecfed2ea8619d76 (diff)
Merge remote-tracking branch 'refs/remotes/mamedev/master'
Second attempt
Diffstat (limited to 'benchmarks/main.cpp')
-rw-r--r--benchmarks/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/main.cpp b/benchmarks/main.cpp
new file mode 100644
index 00000000000..c859b918976
--- /dev/null
+++ b/benchmarks/main.cpp
@@ -0,0 +1,6 @@
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
+
+#include "benchmark/benchmark_api.h"
+
+BENCHMARK_MAIN(); \ No newline at end of file