comparison test/README @ 387:a741d2e4869f

Various bugfixes; fixed lwobjdump to display symbols with unprintable characters more sensibly; start of a (nonfunctional for now) testing framework
author lost@l-w.ca
date Wed, 14 Jul 2010 20:15:23 -0600
parents
children
comparison
equal deleted inserted replaced
386:af5f2c51db76 387:a741d2e4869f
1 This folder contains various schemes for testing LWTOOLS. The tests are
2 undocumented and will remain so unless someone wishes to create
3 documentation for them. They are also specific to LWTOOLS.
4
5 In general, a test should be created every time a bug is discovered; that
6 test should fail if the bug is found. No test need be created if another
7 test already covers the bug in question.
8
9 Before any release is made, the test suite should be run to ensure there are
10 no regressions. This will not guarantee that there are no new bugs, but it
11 should prevent old bugs from creeping in again.