1 #include "config.h" 2 3 const char* ERRLOG_PERSIST_PATH = "/tmp/errors"; 4 const char* EXTENSION_PERSIST_DIR = "/tmp/extensions"; 5 const bool IS_UNIT_TEST = true; 6
1 #include "config.h" 2 3 const char* ERRLOG_PERSIST_PATH = "/tmp/errors"; 4 const char* EXTENSION_PERSIST_DIR = "/tmp/extensions"; 5 const bool IS_UNIT_TEST = true; 6