Clear up from test addition.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e10590c..ae125da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,4 +67,4 @@
 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/)
\ No newline at end of file
+gtest_discover_tests(cper-tests WORKING_DIRECTORY bin/)
\ No newline at end of file