[Glacier] Add Vector tests with memory check.

This commit is contained in:
Drew Galbraith 2024-01-11 16:42:43 -08:00
parent 09d902dfb5
commit 5f1053cf17
3 changed files with 112 additions and 2 deletions

View file

@ -1,4 +1,6 @@
find_package(Catch2 3 REQUIRED)
find_program(MEMORYCHECK_COMMAND valgrind)
set(MEMORYCHECK_COMMAND_OPTIONS "--trace-children=yes --leak-check=full")
add_subdirectory(container)