[go: up one dir, main page]

Menu

Tree [80c337] master / tests / doc_tests /
 History

HTTPS access


File Date Author Commit
 README.txt 2013-06-12 Nathan Carter Nathan Carter [e53d11] Moving contents of Lurch subfolder out to main ...
 fetch-test.lurch 2013-06-12 Nathan Carter Nathan Carter [e53d11] Moving contents of Lurch subfolder out to main ...
 rc-test.lurch 2013-06-12 Nathan Carter Nathan Carter [e53d11] Moving contents of Lurch subfolder out to main ...
 run_test.sh 2013-06-12 Nathan Carter Nathan Carter [e53d11] Moving contents of Lurch subfolder out to main ...
 test-cas-validation.lurch 2013-06-12 Nathan Carter Nathan Carter [e53d11] Moving contents of Lurch subfolder out to main ...

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