summaryrefslogtreecommitdiffstats
path: root/test cases/common/91 benchmark/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/91 benchmark/meson.build')
-rw-r--r--test cases/common/91 benchmark/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/common/91 benchmark/meson.build b/test cases/common/91 benchmark/meson.build
new file mode 100644
index 0000000..9d583d2
--- /dev/null
+++ b/test cases/common/91 benchmark/meson.build
@@ -0,0 +1,4 @@
+project('benchmark', 'c')
+
+delayer = executable('delayer', 'delayer.c', c_args : '-D_GNU_SOURCE')
+benchmark('delayer', delayer)