libisoburn/releng/README.releng

31 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-06-22 15:03:38 +00:00
TEST: Compilation
FILE: libburn/releng/releng_build_os
WHO: george, thomas
2011-06-22 15:03:38 +00:00
TEST: Static check
FILE: http://people.debian.org/~danchev/xorriso/sclogs/
WHO: george, thomas
TEST: Build logs (for various hardware architectures and kernels: linux, kfreebsd, hurd)
FILE: http://buildd.debian.org
WHO: george, thomas
2011-06-22 15:03:38 +00:00
TEST: Dialog mode, large trees
this requires some specific knowledge of how the tool works (see comments in the
source), to interpret the results and compare them with the previous runs.
The aim is to catch speed performace regressions, prove correctness of results,
etc when working on various input data trees, like very large BD-sized ones.
FILE: http://anonscm.debian.org/gitweb/?p=users/danchev/medistimator.git;a=summary
FILE: http://people.debian.org/~danchev/medistimator/log/
WHO: george, thomas
TEST: jigdo
FILE: libisoburn/releng/releng_build_jigdo
WHO: george
TEST: gprof
2011-06-22 16:50:46 +00:00
FILE: CFLAGS=-pg ./configure && make
FILE: run resulting executable; gmon.out to be created in current cirectory
FILE: gprof path/to/xorriso gmon.out > gprof.out
WHO: george, thomas