File: README.tests

package info (click to toggle)
po4a 0.29-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 3,648 kB
  • ctags: 217
  • sloc: perl: 7,755; sh: 118; makefile: 72; xml: 12
file content (17 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"Testing can only prove the presence of bugs"
  -- Dijkstra

I'll try to add a test for each bug found in po4a in order to ensure that
they won't surface again.

If the test suite reports errors, please join enough details so that I can
fix them. At least, provide me the detailed result of the test suite. For
that, run the following command:

  make check

It will produce a file called 'po4a.log', containing most of the details I
need. Please also report all details you think appropriate.


Thanks, Mt.