test: Introduce Quassel::Test::Global library
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 30 Sep 2018 20:11:56 +0000 (22:11 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
Move things that are needed in every test case into a new library,
rather than requiring the Test::Main one (which is not going to be
linked to other test tooling which we'll introduce).


No differences found