On 13 Jul 2022, at 20:28, Harry van Haaren wrote: > From: Kumar Amber <[email protected]> > > 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 <[email protected]> > Acked-by: Harry van Haaren <[email protected]>
<SNIP> > index d15f11a4e..84fad425c 100644 > --- a/acinclude.m4 > +++ b/acinclude.m4 > @@ -14,6 +14,26 @@ > # See the License for the specific language governing permissions and > # limitations under the License. > > +dnl Set OVS Actions Autovalidator as the default action implementation > +dnl at compile time This enables automatically running all unit tests Need a dot after "at compile time". > +dnl with all actions implementations. <SNIP> One small change, if this is the only change in the next rev, please add my ACK. //Eelco _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
