mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Add missing vectors tests in valgrind setup.
This commit is contained in:
committed by
Daniel Zaťovič
parent
b653567e3e
commit
0f642a8397
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user