[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

@ -8,7 +8,7 @@ pushd "$DIR/.."
cmake -B test-bin/ -G Ninja -D enable_testing=on
pushd test-bin/
ninja build_test
ctest --output-on-failure
ctest --output-on-failure -T memcheck
popd
popd