From 193248a7eb4450fb017c930b5a751a4eaaa9417b Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Wed, 11 Nov 2009 13:48:57 -0800 Subject: develop/levels/advanced: DEBUG_TESTS macro How to use the DEBUG_TESTS to get tests without having to do a full debug build. --- crawl-ref/docs/develop/levels/advanced.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/docs') 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: -- cgit v1.2.3-54-g00ecf