Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-logging
/
f060bf0d0a4c8f9e041af974c3b33a9e3fdc0399
/
.
/
test
/
common.cpp
blob: 8905793e9ebf2ae4ea63270bdca3e8ea387c7855 [
file
] [
log
] [
blame
]
William A. Kennington III
b6b2557
2021-05-19 17:09:41 -0700
[
diff
] [
blame
]
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
;