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, 9 insertions, 0 deletions
diff --git a/test/common_plat/m4/performance.m4 b/test/common_plat/m4/performance.m4
new file mode 100644
index 000000000..1e2000d97
--- /dev/null
+++ b/test/common_plat/m4/performance.m4
@@ -0,0 +1,9 @@
+##########################################################################
+# 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])