Skip to content

Commit

Permalink
meson: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudemanguy committed Oct 28, 2023
1 parent 891efca commit 890936d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ libplacebo = dependency('libplacebo', version: '>=6.338.0')

libass = dependency('libass', version: '>= 0.12.2')

testing_python = find_program('testing_python.py')
run_command(python, testing_python, check: true)

# the dependency order of libass -> ffmpeg is necessary due to
# static linking symbol resolution between fontconfig and MinGW
dependencies = [libass,
Expand Down
2 changes: 2 additions & 0 deletions testing_python.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env python3
print("hi")

0 comments on commit 890936d

Please sign in to comment.