On Mon, May 23, 2016 at 04:01:12PM -0500, Terry Wilson wrote: > On Wed, May 18, 2016 at 8:12 PM, Ben Pfaff <b...@ovn.org> wrote: > > These patches apply cleanly but they cause test failures for me, see > > below. Maybe that is because of the issue you mentioned above? > > Yeah, these test issues are because the C extension ends up not > getting built automatically. I'm having trouble figuring out where in > the build system to actually call the python script to build the C > extension. I'll try to take a look at it again tomorrow, but if anyone > more familiar with the ovs build system can just pipe up and say "Oh, > if you need something to build just before the tests are run, add it > *here*." I'll be eternally grateful. :)
Add a dependency for check-local? Or add something to check_PROGRAMS or check_LIBRARIES? But more usually in OVS, if we need to compile something for the testsuite, we compile it even if we're not running the testsuite, because it's better for the build to fail on "make", which everyone always runs, than on "make check", which only careful people run. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev