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)
commitcf64023910d5b42477f6158f4cee853cc7f7f3f8
tree8696f29daf9504b2ebcef9e8a98b014f067cc667
parent8c6448c2e0048389fbac9e2e9daf22b5b050d5b6
test: Introduce Quassel::Test::Global library

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).
cmake/QuasselMacros.cmake
src/test/CMakeLists.txt
src/test/global/CMakeLists.txt [new file with mode: 0644]
src/test/global/testglobal.h [moved from src/test/main/testglobal.h with 97% similarity]
src/test/main/CMakeLists.txt