From 17ff985ad7253f98efb78390b9cc8e743b7f9deb Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Wed, 5 Sep 2018 22:11:56 +0200 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1