Read Me
This directory has two purposes.
1. The doctest utility in trunk/utils/doctest (which you can build by running qmake && make
in that folder) can be run on any .lurch file, and it will run all test scripts in that
document, giving output in the Qt Unit Testing format. For details, read this page:
http://lurch.sourceforge.net/doxygen/html/utils_2doctest_2main_8cpp.html
Some .lurch files in this directory are here as unit tests of various libraries/packages.
Running doctest on test*.lurch in this folder will run all these tests.
Files of this type include just one so far:
test-cas-validation.lurch
This testing process is now automated, and is part of our nightly build and test suite.
2. I also toss in this folder some .lurch files that are useful for manually testing some
features, and that don't have any automated tests in them. Admittedly, this isn't the
best place for them, but I needed some place.
fetch-test.lurch
rc-test.lurch