From daabbb5ac1dcbba40c7656604b29b63b4b139bff Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sun, 17 Oct 2021 09:58:12 +0200 Subject: [PATCH] Run test_1 also with LIBASLRMALLOC_PASSTHROUGH=1 --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meson.build b/meson.build index dd8947e..5a507b0 100644 --- a/meson.build +++ b/meson.build @@ -36,6 +36,10 @@ test('test_1', test_1, env: [ 'LIBASLRMALLOC_STATS=1', ] ) +test('test_1_b', test_1, env: [ + 'LIBASLRMALLOC_PASSTHROUGH=1', + ] +) # Warning: test allocates 2^ROUNDS1 memory test_2 = executable('test_2',