aboutsummaryrefslogtreecommitdiff
path: root/test/linux-generic/m4/performance.m4
diff options
context:
space:
mode:
Diffstat (limited to 'test/linux-generic/m4/performance.m4')
-rw-r--r--test/linux-generic/m4/performance.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/test/linux-generic/m4/performance.m4 b/test/linux-generic/m4/performance.m4
deleted file mode 100644
index 7f54b96d7..000000000
--- a/test/linux-generic/m4/performance.m4
+++ /dev/null
@@ -1,9 +0,0 @@
-##########################################################################
-# Enable/disable test-perf-proc
-##########################################################################
-test_perf_proc=no
-AC_ARG_ENABLE([test-perf-proc],
- [ --enable-test-perf-proc run test in test/performance in process mode],
- [if test "x$enableval" = "xyes"; then
- test_perf_proc=yes
- fi])