flush [ci skip]
[awesomized/libmemcached] / CMakeLists.txt
index 2db4ab3a99f75bc6b90b33608b12fc6cd937b6c9..2dc6982b3d1b07ccf702ff784d39b2cc92eba0bc 100644 (file)
@@ -49,6 +49,7 @@ if(NOT BUILD_DOCSONLY)
     add_subdirectory(support)
 
     if(BUILD_TESTING)
+        add_subdirectory(testing)
         add_subdirectory(tests)
     endif()
 
@@ -60,4 +61,6 @@ if(BUILD_DOCS OR BUILD_DOCSONLY)
     add_subdirectory(docs)
 endif()
 
-
+if(ENV{INVALID_CONFIGURATION})
+    message(FATAL_ERROR "invalid configuration -- giving up")
+endif()