diff options
author | Linus Nordberg <linus@nordu.net> | 2016-05-11 08:53:47 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-05-12 09:39:05 +0200 |
commit | 8f4eb2702f1cd41f410bc61625e7f4e97705aa96 (patch) | |
tree | b6dd8698778d16e5272ab909724f01495c0c517b /test/check.config | |
parent | 7f15cd5a881d2d14f80ddf5219577561d3d91eeb (diff) |
Initial support for leveldb as a database backend.leveldb
Not integrated in system tests (make tests) but make check will run
rudimentary tests.
Diffstat (limited to 'test/check.config')
-rw-r--r-- | test/check.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/check.config b/test/check.config new file mode 100644 index 0000000..4180771 --- /dev/null +++ b/test/check.config @@ -0,0 +1,4 @@ +%% -*- erlang -*- +[{lager, + [{handlers, + [{lager_console_backend, warning}]}]}]. |