Skip to content

Commit

Permalink
meson: Wire up test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Mar 14, 2024
1 parent ada39ec commit 59467c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,10 @@ configure_file(input: 'config.h.in',

subdir('src')
subdir('frida')

test('frida-python', import('python').find_installation(),
args: ['-m', 'unittest', 'discover'],
workdir: meson.current_source_dir(),
env: {'PYTHONPATH': meson.current_build_dir() / 'src'},
timeout: 30,
)

0 comments on commit 59467c0

Please sign in to comment.