aboutsummaryrefslogtreecommitdiff
path: root/test/suite.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite.hrl')
-rw-r--r--test/suite.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/suite.hrl b/test/suite.hrl
index b48932848..2f2abc662 100644
--- a/test/suite.hrl
+++ b/test/suite.hrl
@@ -100,6 +100,8 @@
-define(S2S_VHOST, <<"s2s.localhost">>).
-define(UPLOAD_VHOST, <<"upload.localhost">>).
+-define(BACKENDS, [mnesia, redis, mysql, pgsql, sqlite, ldap, extauth, riak]).
+
insert(Val, N, Tuple) ->
L = tuple_to_list(Tuple),
{H, T} = lists:split(N-1, L),