tests: Convert ExpressionMatchTests into a GTest-based test case
[quassel.git] / CMakeLists.txt
index 413c46d..c0e89ba 100644 (file)
@@ -530,3 +530,8 @@ feature_summary(WHAT ALL
 #####################################################################
 
 add_subdirectory(src)
+
+# Build tests if so desired
+if (BUILD_TESTING)
+    add_subdirectory(tests)
+endif()