2004-11-13 07:11:35 +00:00
|
|
|
This directory holds simple unit tests for QCA.
|
|
|
|
|
2007-07-08 05:40:09 +00:00
|
|
|
You can run the whole test suite by doing "make test" (or "make check"
|
|
|
|
for qconf/qmake, experimental only) in this directory. You can also
|
|
|
|
run a single set of tests by doing "make test" in the applicable
|
|
|
|
subdirectory. See "TestPlan" for more detail.
|
2006-03-31 10:49:05 +00:00
|
|
|
|
|
|
|
These tests are implemented using the QTestLib test framework provided
|
|
|
|
with Qt 4.1 and later. If you are having trouble with a test, you can
|
|
|
|
get more information by running the test applicable directly (e.g. if
|
|
|
|
you can't make the Base64 test work, you run the ./base64unittest
|
|
|
|
executable) with the -v1 or -v2 options. You can also specify a single
|
|
|
|
test to be run.
|
|
|
|
|
|
|
|
Thanks to Trolltech for providing Qt and agreeing to release QTestLib,
|
|
|
|
especially to Harald Fernengel for all the development work, a great
|
|
|
|
tutorial at Akademy 2005 and substantial assistance with QTestLib.
|