blob: 8905793e9ebf2ae4ea63270bdca3e8ea387c7855 [file] [log] [blame]
William A. Kennington IIIb6b25572021-05-19 17:09:41 -07001#include "config.h"
2
3const char* ERRLOG_PERSIST_PATH = "/tmp/errors";
4const char* EXTENSION_PERSIST_DIR = "/tmp/extensions";
5const bool IS_UNIT_TEST = true;