Skip to content

Commit

Permalink
Run test_1 also with LIBASLRMALLOC_PASSTHROUGH=1
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-snake authored and topimiettinen committed Oct 18, 2021
1 parent 08f05c3 commit 1af5eb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1af5eb6

Please sign in to comment.