From: Manuel Nickschas Date: Mon, 24 Sep 2018 18:42:51 +0000 (+0200) Subject: tests: Convert ExpressionMatchTests into a GTest-based test case X-Git-Tag: test-travis-01~120 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=ed5b2ff32158ae72c011eb1228f373cec05cbfeb;hp=ed5b2ff32158ae72c011eb1228f373cec05cbfeb tests: Convert ExpressionMatchTests into a GTest-based test case 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// directory). With this, "make test" (or "ninja test") actually does something if Quassel is configured with -DBUILD_TESTING=ON. ---