[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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue