aboutsummaryrefslogtreecommitdiff
path: root/test/m4/performance.m4
blob: 34270e8d87a3899d06e95c006f80332d307991d3 (plain)
1
2
3
4
5
6
7
8
##########################################################################
# Enable/disable test-perf
##########################################################################
AC_ARG_ENABLE([test-perf],
    [AS_HELP_STRING([--enable-test-perf], [run test in test/performance])],
    [test_perf=$enableval],
    [test_perf=yes])
AM_CONDITIONAL([test_perf], [test x$test_perf = xyes ])