Caio Marcelo de Oliveira Filho <[email protected]> writes: > We recently added a new unittest executable 'xwalk_dbus_unittest', > that doesn't need to link with full Crosswalk runtime or even the > Content API, and I would like to know: what's the best way to teach the > bot run extra unittest programs? > > Note that this particular unittest program will exist only in > Linux-based platforms, but in the future we may want other unittest > programs with a smaller scope (per subsystem, for example) instead of > keeping them all together.
The code for the private build master and slaves in PRC is in the github.com/otcshare/build-infrastructure repository (it is a fork of an old revision of Google's own chrome/trunk/tools/build SVN repository). Specifically, you are interested in changing the tests run by the Linux builders in masters/master.wrt/master.cfg. You can then send a pull request, and I can integrate that into my own fork that runs in the public bots (for now, that is, the situation should become less cumbersome once the public bots are production-ready). _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
