Add missing vectors tests in valgrind setup.

This commit is contained in:
Ondrej Kozina
2023-11-24 16:09:00 +01:00
committed by Daniel Zaťovič
parent b653567e3e
commit 0f642a8397

View File

@@ -213,6 +213,15 @@ test('vectors-test',
timeout: 14400,
is_parallel: false,
suite: 'not-in-valgrind')
test('valg-vectors-test',
find_program('./valg-api.sh'),
args: [ './vectors-test' ],
depends: [ vectors_test ],
workdir: meson.current_build_dir(),
env: 'INFOSTRING=vectors-test',
timeout: 14400,
is_parallel: false,
suite: 'valgrind-only')
test('unit-wipe-test',
find_program('./unit-wipe-test'),
workdir: meson.current_build_dir(),