- Documented and Debugged containers

- Attempted to setup gdb prettywriters
This commit is contained in:
2025-08-07 19:03:34 -04:00
parent 0f721f57ea
commit 2cb41e1437
19 changed files with 1047 additions and 403 deletions

View File

@@ -32,6 +32,8 @@ add_executable(fennec-test main.cpp
tests/containers/test_array.h
tests/containers/test_set.h
tests/containers/test_map.h
tests/containers/test_rdtree.h
tests/containers/test_list.h
)
target_compile_definitions(fennec-test PUBLIC FENNEC_TEST_CWD="${CMAKE_SOURCE_DIR}/bin/${FENNEC_BUILD_NAME}"