Shift test file, add CXL protocol fields.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d1a284a..4330659 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@
file(GLOB SectionSources sections/*.c)
file(GLOB EDKSources edk/*.c)
add_library(CPERParseLibrary STATIC cper-parse.c cper-utils.c ${SectionSources} ${EDKSources})
-add_executable(CPERParseTest cper-test.c)
+add_executable(CPERParseTest testing/cper-test.c)
# Link library.
target_link_libraries(CPERParseLibrary json-c b64c)