1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

test: add LaminarTest stub

This commit is contained in:
Oliver Giles
2018-02-03 16:47:41 +02:00
parent e7cba68879
commit 46efb07285
3 changed files with 38 additions and 2 deletions

View File

@@ -91,6 +91,8 @@ Laminar::Laminar() {
buildNums[name] = build;
});
srv = nullptr;
// This is only a separate function because I imagined that it would
// be nice to reload some configuration during runtime without restarting
// the server completely. Currently not called from anywhere else