From b2548ba4ce295fcd94a50123fb543fac2ef2bc33 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 14 Nov 2024 14:46:23 -0500 Subject: add pk.h and major pkmem refactor Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr --- test/memory/CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 test/memory/CMakeLists.txt (limited to 'test/memory/CMakeLists.txt') 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) - -- cgit v1.2.3