summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* removed trap of EXIT in unit tests driverClark Williams2010-08-141-1/+1
| | | | | | This cause the test to always report failure Signed-off-by: Clark Williams <williams@redhat.com>
* added header for test resultsClark Williams2010-08-131-5/+14
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* deleted testing files from docs dir (moved to tests dir)Clark Williams2010-07-301-0/+30
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* modified tests/runtests.sh to exit properly on ^cClark Williams2010-07-271-1/+1
| | | | | | Modified trap logic in runtests.sh to exit on SIGINT Signed-off-by: Clark Williams <williams@redhat.com>
* moved test suite to 'tests' directoryClark Williams2010-07-2712-0/+366
Moved test infrastructure into the tests directory and broke component tests out into individual scripts. Signed-off-by: Clark Williams <williams@redhat.com>