On Sat, Dec 19, 2015 at 11:37:00AM -0500, Russell Bryant wrote:
> $ make check TESTSUITEFLAGS="-k pep8"
> 
> Another option would be to run this part at ovs build time, similar to a
> number of other checks currently being done.
> 
> $ grep 'ALL_LOCAL.*\-check' Makefile.am
> ALL_LOCAL += config-h-check
> ALL_LOCAL += printf-check
> ALL_LOCAL += static-check
> ALL_LOCAL += thread-safety-check
> ALL_LOCAL += manpage-check
> 
> Here's what that would look like.  I don't have a strong opinion on
> whether it belongs just in 'make check' or at build time.

How fast does it run?  If it's quick then I'd lean toward doing it at
build time.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to