qa: Don't compile the expression match tests
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 5 Sep 2018 20:11:56 +0000 (22:11 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Sep 2018 06:02:07 +0000 (08:02 +0200)
commit17ff985ad7253f98efb78390b9cc8e743b7f9deb
tree3e1dfcdfac4829fc49a806d2aa95cadeebedf5a7
parent6bfa260800588318e5a7b17e3b9dbfaa67bba635
qa: Don't compile the expression match tests

Those are not used unless manually hacked in, and compiling them
causes warnings in some compiler setups, so don't compile the
tests at all.

They're still referenced in the CMakeLists.txt and can easily be
added back if desired. Longer term, they'll move into a real
test framework.
src/common/CMakeLists.txt