summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKumar Amber <kumar.amber@intel.com>2022-07-15 10:16:18 +0000
committerIan Stokes <ian.stokes@intel.com>2022-07-15 11:40:04 +0100
commitb52e0b396e59217ba7f291da5dd64f504683edaf (patch)
tree6da2fe27317a321c5e0b35dddd9df780595fd71e /configure.ac
parent1713fc011656de9963744c9477ca2868eda5defd (diff)
downloadopenvswitch-b52e0b396e59217ba7f291da5dd64f504683edaf.tar.gz
acinclude: Add configure option to enable actions autovalidator at build time.
This commit adds a new command to allow the user to enable the actions autovalidator by default at build time thus allowing for running unit test by default. $ ./configure --enable-actions-default-autovalidator Signed-off-by: Kumar Amber <kumar.amber@intel.com> Acked-by: Harry van Haaren <harry.van.haaren@intel.com> Acked-by: Sunil Pai G <sunil.pai.g@intel.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6f8679d7c..6c51e48ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,6 +184,7 @@ OVS_CONDITIONAL_CC_OPTION([-Wno-unused-parameter], [HAVE_WNO_UNUSED_PARAMETER])
OVS_ENABLE_WERROR_TOP
OVS_ENABLE_SPARSE
OVS_CTAGS_IDENTIFIERS
+OVS_CHECK_ACTIONS_AUTOVALIDATOR
OVS_CHECK_DPCLS_AUTOVALIDATOR
OVS_CHECK_DPIF_AVX512_DEFAULT
OVS_CHECK_MFEX_AUTOVALIDATOR