Stop tests running automatically on compile.
Change-Id: I26b9bf6c01b3f9d8f5687991a7d08bb8fd4f58b9
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 919d71d..2d22d91 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -89,7 +89,7 @@
add_custom_command(TARGET cper-convert POST_BUILD COMMAND cp -r specification/json/* bin/specification)
# Add tests to GoogleTest.
-gtest_discover_tests(cper-tests WORKING_DIRECTORY bin/)
+#gtest_discover_tests(cper-tests WORKING_DIRECTORY bin/)
# Generate Python bindings with SWIG.
if (NOT CMAKE_CROSSCOMPILING)