backend: allow wrapping backend tests to run in make quicktest

This commit is contained in:
Nick Craig-Wood
2022-06-29 17:30:37 +01:00
parent c556e98f49
commit 866c873daa
9 changed files with 32 additions and 5 deletions
+2
View File
@@ -35,6 +35,7 @@ func TestLocal(t *testing.T) {
{Name: name, Key: "type", Value: "combine"},
{Name: name, Key: "upstreams", Value: upstreams},
},
QuickTestOK: true,
})
}
@@ -50,6 +51,7 @@ func TestMemory(t *testing.T) {
{Name: name, Key: "type", Value: "combine"},
{Name: name, Key: "upstreams", Value: upstreams},
},
QuickTestOK: true,
})
}