From 0f642a8397b56c9f3ad925217e94dbb6b871401f Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 24 Nov 2023 16:09:00 +0100 Subject: [PATCH] Add missing vectors tests in valgrind setup. --- tests/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/meson.build b/tests/meson.build index fc87bb31..43fff9a4 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -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(),