Skip to content

Commit

Permalink
meson: Fix the test() argument list
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Apr 23, 2024
1 parent c99afc8 commit e84fa8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ runner = custom_target('frida-tests',
build_by_default: true,
)

test('core', [python, files('./run.py')],
args: runner.full_path(),
test('core', python,
args: [files('run.py'), runner.full_path()],
timeout: 120,
depends: [runner, labrats],
)

0 comments on commit e84fa8d

Please sign in to comment.