mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-15 02:10:27 +01:00
test: fix pytest loading liboeffis.so
Apparently this test doesn't run in the CI...
This commit is contained in:
parent
ff9830c122
commit
c9b6898afd
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ if build_oeffis
|
|||
dependencies: deps_liboeffis + [dep_unittest]))
|
||||
|
||||
env = environment()
|
||||
env.set('LD_LIBRARY_PATH', meson.current_build_dir())
|
||||
env.set('LD_LIBRARY_PATH', meson.project_build_root())
|
||||
pymod = import('python')
|
||||
pymod.find_installation('python3', modules: ['pytest', 'attr', 'dbusmock'])
|
||||
pytest = find_program('pytest-3', 'pytest')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue