summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 5efd6f7..40e3ab3 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -54,15 +54,6 @@ tests_protocol_c = custom_target(
output: 'tests-protocol.c'
)
-benchmark(
- 'fixed-benchmark',
- executable(
- 'fixed-benchmark',
- 'fixed-benchmark.c',
- dependencies: [ test_runner_dep, rt_dep ]
- )
-)
-
executable(
'exec-fd-leak-checker',
'exec-fd-leak-checker.c',