mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 11:50:10 +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,
|
timeout: 14400,
|
||||||
is_parallel: false,
|
is_parallel: false,
|
||||||
suite: 'not-in-valgrind')
|
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',
|
test('unit-wipe-test',
|
||||||
find_program('./unit-wipe-test'),
|
find_program('./unit-wipe-test'),
|
||||||
workdir: meson.current_build_dir(),
|
workdir: meson.current_build_dir(),
|
||||||
|
|||||||
Reference in New Issue
Block a user