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