libisoburn/releng/README.core

26 lines
1.1 KiB
Plaintext
Raw Normal View History

Release Engineering
~~~~~~~~~~~~~~~~~~~
* SOFTWARE TO TEST
+ Use latest libburnia libraries code base from svn and bzr
(see top-level README for aditional library dependencies)
+ Alternatively, use latest all-in-one development tarball from:
http://www.gnu.org/software/xorriso/
* SETUP THE TEST ENVIRONMENT AND RUN THE TEST SUITE
+ All tests have to be run from the releng/ directory, within
libisoburn source tree. There is a 'master' script called
run_all_releng, which runs all scripts prefixed with releng_*.
+ Any releng_* script can be run on its own, regardless.
+ All scripts support -h, -help, --help and
print usage help when run without options.
* DELIVERING A NEW TEST SCRIPT
2011-06-28 17:33:08 +00:00
+ Start a new test script over the top of template_new_releng
+ Each completed script starts with releng_ prefix
+ Each script' self-generated data are to be stored in
./releng_generated_data/scriptname/ directory
+ Keep the newly added script options in sync with other scripts
2011-06-28 17:33:08 +00:00
+ Throw FAIL string to stdout if any failure is detected
+ Return exit code 0 on success, non-zero on failure
2011-06-28 18:42:08 +00:00
+ Use different exit codes for any failure (range 0-31)