Dear Wiki user, You have subscribed to a wiki page or wiki category on "Beehive Wiki" for change notification.
The following page has been changed by RichFeit: http://wiki.apache.org/beehive/For_Beehive_Developers ------------------------------------------------------------------------------ = Testing in Beehive = + In general, tests that must be run before every checkin are "drts" (developer regression tests), and longer tests that are run regularly (but not before every checkin) are "bvts" (build verification tests). The "drt" ant target exists at the root of the tree, and in each subproject. + + To run a full suite of tests against the built distribution, do this: + {{{ + cd trunk/ant + ant -f nightly.xml run + }}} + + Specific information on testing in each subproject can be found here: * [wiki:NetUI/Testing NetUI] * [wiki:Controls/TestingControls Controls] * System Controls
