summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ctest.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow running tests with DEBUG_TESTSMatthew Cline2009-11-021-1/+1
| | | | | | Automatic/unit tests can now be run if you define the macro DEBUG_TESTS, rather than only having the option of having to define DEBUG_DIAGNOSTICS.
* headers: remove 'AppHdr.h' include from .h filesSteven Noonan2009-10-101-2/+0
| | | | | | | | This breaks the GCC if you're using precompiled headers, and we don't need this included in these headers anyway. All the .cc files have AppHdr.h included first anyway. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Set up a basic testing framework for LOS. ./crawl -test with a full debug ↵Darshan Shaligram2009-09-241-0/+15
build will run the test.