commit | c24aaaeb82c71c000e6c21b1dd63e62e7b004716 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Thu Jul 08 14:05:24 2010 -0700 |
committer | Dan Talayco <dtalayco@stanford.edu> | Thu Jul 08 14:05:24 2010 -0700 |
tree | 615d5316e657ca2e359db40168100934f7f396d6 | |
parent | 8b886b16b434476a9c1c0063e35c6bcc9c30392e [diff] |
Added per-test priority support In each module, a variable test_prio[] may be added which is indexed by the test name. Currently the only application of this is to exclude tests from the "default" set of tests that are run: If a test has a negative priority, then it is not run by default. This addresses the issue with "fill exact match table" taking almost an hour to run.