History log of /development/testrunner/test_defs/xml_suite_helper.py
Revision Date Author Comments
8dc9eb8ba63229e4fd9b97383b82e3c8f76ee89c 16-Apr-2010 Brett Chabot <brettchabot@android.com> Runtest support for tests that need 'make' not 'mmm' to build.

Change-Id: I0508db2578826249f9bf4756d5adc6f95e841231
4a5d9f1ba755394e0e2547210c3b99b6e1b935cc 19-Feb-2010 Brett Chabot <brettchabot@android.com> Replace runtest --cts option with more generic --suite option.

This will allow you to run a the set of test_defs with attribute suite="foo"
like this:
runtest --suite foo

Bug 2401250
2c8ead32c7ebf08db568e2e9d5dbb3738ac69797 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
924c0898792f4e14eb87a91a8e30d7138fb68be0 21-Oct-2009 Brett Chabot <brettchabot@android.com> Refactor runtest test_defs to allow programmatic creation.

Previously a test definition could only be created via xml.
Also fix some minor lint warnings.