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
diff --git a/cper.generated.json b/cper.generated.json
deleted file mode 100644
index 10985e4..0000000
--- a/cper.generated.json
+++ /dev/null
@@ -1,89 +0,0 @@
-{
-  "header":{
-    "revision":{
-      "major":0,
-      "minor":0
-    },
-    "sectionCount":1,
-    "severity":{
-      "code":1,
-      "name":"Fatal"
-    },
-    "validationBits":{
-      "platformIDValid":true,
-      "timestampValid":true,
-      "partitionIDValid":false
-    },
-    "recordLength":232,
-    "timestamp":"0000-00-00T209:185:117.000",
-    "timestampIsPrecise":true,
-    "platformID":"00000000-0000-0000-0000000000000000",
-    "creatorID":"00000000-0000-0000-0000000000000000",
-    "notificationType":{
-      "guid":"00000000-0000-0000-0000000000000000",
-      "type":"Unknown"
-    },
-    "recordID":835004846,
-    "flags":{
-      "value":4,
-      "name":"HW_ERROR_FLAGS_SIMULATED"
-    },
-    "persistenceInfo":0
-  },
-  "sectionDescriptors":[
-    {
-      "sectionOffset":200,
-      "sectionLength":32,
-      "revision":{
-        "major":50,
-        "minor":104
-      },
-      "validationBits":{
-        "fruIDValid":true,
-        "fruStringValid":false
-      },
-      "flags":{
-        "primary":true,
-        "containmentWarning":true,
-        "reset":true,
-        "errorThresholdExceeded":true,
-        "resourceNotAccessible":false,
-        "latentError":true,
-        "propagated":false,
-        "overflow":true
-      },
-      "sectionType":{
-        "data":"5b51fef7-c79d-4434-8f1baa62de3e2c64",
-        "type":"DMAr Generic"
-      },
-      "fruID":"d5cdf3e9-99bf-2818-cbea477a91ffb229",
-      "severity":{
-        "code":1,
-        "name":"Fatal"
-      }
-    }
-  ],
-  "sections":[
-    {
-      "requesterID":51512,
-      "segmentNumber":26371,
-      "faultReason":{
-        "value":0,
-        "name":"Unknown (Reserved)"
-      },
-      "accessType":{
-        "value":1,
-        "name":"DMA Read"
-      },
-      "addressType":{
-        "value":1,
-        "name":"Translation Request"
-      },
-      "architectureType":{
-        "value":1,
-        "name":"IOMMU"
-      },
-      "deviceAddress":3386623274804070461
-    }
-  ]
-}
\ No newline at end of file