aboutsummaryrefslogtreecommitdiff
path: root/test/common_plat/m4/performance.m4
blob: 1e2000d971bcff925c6619f9a5f16ac226870b0f (plain)
1
2
3
4
5
6
7
8
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])