more cleanups so grep TEST works better

This commit is contained in:
George Danchev 2012-03-30 20:23:30 +00:00
parent 6557519066
commit 0d293c93f9
1 changed files with 7 additions and 7 deletions

View File

@ -6,11 +6,12 @@
Automated and semi-automated tests: Automated and semi-automated tests:
TEST: releng - auto_* tests could be run altogether by ./run_all_auto TEST: releng
- manual_* tests are to be run individually and manually. auto_* tests could be run altogether by ./run_all_auto
manual_* tests are to be run individually and manually
FILE: http://people.debian.org/~danchev/libburnia/logs/releng/ FILE: http://people.debian.org/~danchev/libburnia/logs/releng/
TEST: cppcheck TEST: cppcheck - static code validator
FILE: http://people.debian.org/~danchev/libburnia/logs/cppcheck/ FILE: http://people.debian.org/~danchev/libburnia/logs/cppcheck/
TEST: medistimator - checks the dialog mode of xorriso, size estimation TEST: medistimator - checks the dialog mode of xorriso, size estimation
@ -23,12 +24,11 @@ Automated and semi-automated tests:
Non-automated tests: Non-automated tests:
TEST: valgrind TEST: valgrind - run-time validator
FILE: FILE: no logs yet
TEST: buildd_logs TEST: buildd_logs - previous builds for several h/w architectures and kernels
FILE: http://buildd.debian.org FILE: http://buildd.debian.org
FILE: (err/warn from prev. builds for several h/w architectures and kernels: linux, kfreebsd, hurd)
TEST: gprof TEST: gprof
FILE: CFLAGS=-pg ./configure && make FILE: CFLAGS=-pg ./configure && make