summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ctest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Add end.ccNicholas Feinberg2014-07-281-1/+1
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Use equality rather than a prefix match for enabling tests.Adam Borowski2013-11-151-1/+1
* Regression tests for radius_iterator (w/o LOS checks).Adam Borowski2013-11-051-0/+2
* Simplify a #define logic.Adam Borowski2013-11-051-2/+2
* Move some boring test settings aside.Adam Borowski2013-10-281-6/+3
* "./crawl -test list" to enumerate available internal tests.Adam Borowski2013-10-281-0/+13
* Make -test NORETURN and easier to valgrind.Adam Borowski2013-10-281-28/+26
* Add a few checks for mon-data to --test.Adam Borowski2013-05-261-0/+2
* Fix a --test -DDEBUG_FATAL crash.Adam Borowski2013-04-071-0/+1
* Correct missing #include "foo.h" from foo.ccSamuel Bronson2013-04-061-0/+2
* Allow --test scripts that are disabled by default.Adam Borowski2012-09-221-2/+2
* Use std namespace.Raphael Langella2012-08-261-16/+15
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-5/+5
* Drop the namespace from ctest.ccAdam Borowski2012-04-091-148/+144
* Compare *_level() to *_rarity() on -test.Adam Borowski2012-04-091-0/+2
* Allow non-lua tests to gracefully report failure instead of asserting out.Adam Borowski2012-04-091-4/+18
* Fix a mangled displayed int on big-endian 64 bit architectures.Adam Borowski2011-09-151-1/+1
* Rename dat/clua to dat/dlua to avoid the clua/dlua confusion.Adam Borowski2011-06-181-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-11/+10
* Fix Ziggurat save/load failure.Darshan Shaligram2011-01-101-1/+2
* Run zotdef's debug as part of the test suite.Adam Borowski2010-12-071-6/+13
* code cleanup: fix #ifdef/#if usage inconsistenciesSteven Noonan2010-02-251-1/+1
* Add -script option to Crawl to run a Lua script. Scripts are similar to tests...Darshan Shaligram2010-01-091-13/+44
* Fix Shoal:$ generation bugs: stairs could be surrounded by deep water, hut en...Darshan Shaligram2010-01-051-0/+8
* ctest.cc: give msg on test being runMatthew Cline2009-11-071-0/+7
* Allow running tests with DEBUG_TESTSMatthew Cline2009-11-021-1/+1
* ctest.cc: kill memory access violationSteven Noonan2009-10-241-1/+0
* Convert player::your_name to std::string.Robert Vollmert2009-10-241-2/+1
* Set job and species in test.Robert Vollmert2009-10-221-0/+4
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-1/+1
* Add test for monster placement.Darshan Shaligram2009-10-181-0/+18
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Set up a basic testing framework for LOS. ./crawl -test with a full debug bui...Darshan Shaligram2009-09-241-0/+121