refactor: tests work, all fine

This commit is contained in:
2026-05-14 08:20:56 -06:00
parent 0a0350c1c1
commit e0c8b46bfa
4 changed files with 184 additions and 180 deletions

View File

@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Opciones
option(ARRAYLIST_BUILD_TESTS "Build arraylist tests" OFF)
option(ARRAYLIST_BUILD_TESTS "Build arraylist tests" ON)
option(ARRAYLIST_ENABLE_SANITIZERS "Enable sanitizers for tests" ON)
# ------------------------