From: Manuel Nickschas Date: Wed, 5 Sep 2018 20:11:56 +0000 (+0200) Subject: qa: Don't compile the expression match tests X-Git-Tag: 0.13-rc2~36 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=17ff985ad7253f98efb78390b9cc8e743b7f9deb;ds=sidebyside 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. --- diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 6a220612..d9bc71af 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -16,7 +16,7 @@ set(SOURCES event.cpp eventmanager.cpp expressionmatch.cpp - expressionmatchtests.cpp + # expressionmatchtests.cpp highlightrulemanager.cpp identity.cpp ignorelistmanager.cpp