[Glacier] Add Vector tests with memory check.
This commit is contained in:
parent
09d902dfb5
commit
5f1053cf17
3 changed files with 112 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue