summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ctest.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-09 08:29:48 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-09 09:11:24 +0200
commit5aae360e0d1424800b9082cae1ba5123e7a71af1 (patch)
tree752b7330a21adab0047155bcac047cfc5da9afdc /crawl-ref/source/ctest.cc
parent61f9bd3ef331e278df23016a46246a7b878f2a01 (diff)
downloadcrawl-ref-5aae360e0d1424800b9082cae1ba5123e7a71af1.tar.gz
crawl-ref-5aae360e0d1424800b9082cae1ba5123e7a71af1.zip
Compare *_level() to *_rarity() on -test.
Diffstat (limited to 'crawl-ref/source/ctest.cc')
-rw-r--r--crawl-ref/source/ctest.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/ctest.cc b/crawl-ref/source/ctest.cc
index bc15b80472..ec75aad847 100644
--- a/crawl-ref/source/ctest.cc
+++ b/crawl-ref/source/ctest.cc
@@ -23,6 +23,7 @@
#include "libutil.h"
#include "maps.h"
#include "message.h"
+#include "mon-pick.h"
#include "ng-init.h"
#include "state.h"
#include "stuff.h"
@@ -167,6 +168,7 @@ namespace crawl_tests
_run_test("makeitem", makeitem_tests);
_run_test("zotdef_wave", debug_waves);
+ _run_test("mon-pick", debug_monpick);
// Get a list of Lua files in test. Order of execution of
// tests should be irrelevant.