summaryrefslogtreecommitdiff
path: root/test/memory/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/memory/CMakeLists.txt')
-rw-r--r--test/memory/CMakeLists.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/memory/CMakeLists.txt b/test/memory/CMakeLists.txt
deleted file mode 100644
index 8572dc2..0000000
--- a/test/memory/CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-set(BINARY pke_test_memory)
-
-set(TEST_SOURCE_FILES
- main.cpp
- general.cpp
- ../../src/memory.cpp
-)
-
-add_executable(${BINARY} ${TEST_SOURCE_FILES})
-
-add_test(NAME ${BINARY} COMMAND ${BINARY})
-
-target_include_directories(${BINARY} PUBLIC "../../src")
-
-target_link_libraries(${BINARY} PUBLIC gmock)
-