summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-11 13:48:57 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-11 13:48:57 -0800
commit193248a7eb4450fb017c930b5a751a4eaaa9417b (patch)
tree811b4001720086342b8dd0971c6728c060d96a42 /crawl-ref/docs
parent53a5f1b2f8b14d8f7ee2f85b15ba32648a0878c3 (diff)
downloadcrawl-ref-193248a7eb4450fb017c930b5a751a4eaaa9417b.tar.gz
crawl-ref-193248a7eb4450fb017c930b5a751a4eaaa9417b.zip
develop/levels/advanced: DEBUG_TESTS macro
How to use the DEBUG_TESTS to get tests without having to do a full debug build.
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/develop/levels/advanced.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/docs/develop/levels/advanced.txt b/crawl-ref/docs/develop/levels/advanced.txt
index 361116cc6c..9bb20f71ab 100644
--- a/crawl-ref/docs/develop/levels/advanced.txt
+++ b/crawl-ref/docs/develop/levels/advanced.txt
@@ -869,8 +869,9 @@ O. Map Generation
Full-debug Crawl builds (see above for more information) include a test for
generating specific vaults and outputting a copy of the map to a text file for
-inspection. This is most useful for portal and other encompass vaults which
-use randomisation heavily.
+inspection (you can also define the macro DEBUG_TESTS on an ordinary debug
+build, like "make EXTERNAL_DEFINES=-DDEBUG_TESTS wizard"). This is most useful
+for portal and other encompass vaults which use randomisation heavily.
To use the test, you must edit source/test/vault_generation.lua. Fill in the
following variables: