econfig: New key running_test_suite, for use by tests

For now, it just logs "Configured for testing" on startup, and prints
a scary warning on player login.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-01-13 19:29:18 +01:00
parent 558b4078ff
commit f7ac7532b2
4 changed files with 14 additions and 4 deletions

View file

@ -29,7 +29,7 @@
* Known contributors to this file:
* Ken Stevens, 1995
* Steve McClure, 1996
* Markus Armbruster, 2004-2013
* Markus Armbruster, 2004-2014
*/
#include <config.h>
@ -47,6 +47,8 @@ char *post_crash_dump_hook = "";
char *disabled_commands = "";
int running_test_suite = 0; /* For use by "make check" only */
int keep_journal = 0; /* journal log file enabled */
int WORLD_X = 64; /* World size - x */