aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/performance.m4
blob: 05b3a99051c3d446506955b39ac180e95601d06e (plain)
1
2
3
4
5
6
7
8
##########################################################################
# Enable/disable test-perf-proc
##########################################################################
AC_ARG_ENABLE([test-perf-proc],
    [AS_HELP_STRING([--enable-test-perf-proc], [run test in test/performance in process mode])],
    [test_perf_proc=$enableval],
    [test_perf_proc=yes])
AM_CONDITIONAL([test_perf_proc], [test x$test_perf_proc = xyes ])