2727N/ACopyright (c) 2007, 2012, Oracle
and/or its affiliates. All rights reserved.
135N/A The global test target,
i.e. "make test", should be executed prior to
135N/A requesting code review and prior to integration. That target invokes
548N/A run.py drives the execution of our api and cli test suites, and
548N/A run.py can also be run standalone with a variety of options:
548N/A -g Generate result baseline
548N/A -p Parseable output format
548N/A -b <filename> Baseline filename
548N/A -o <regexp> Run only tests that match regexp
1513N/A -c Collect code coverage data
548N/A When adding, removing, or changing the results of test cases, make
1513N/A [1] N. Batchelder, coverage module, 2009.