tests: Convert ExpressionMatchTests into a GTest-based test case
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Sep 2018 18:42:51 +0000 (20:42 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
As first contender for the newly introduced test framework, use
the recently added ExpressionMatchTests class. Convert to use
GTest, and move into the new home for Quassel unit tests (the
tests/<module>/ directory).

With this, "make test" (or "ninja test") actually does something
if Quassel is configured with -DBUILD_TESTING=ON.


No differences found