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