tests: Rename integration test script

Add the python suffix.
This commit is contained in:
Bastien Nocera 2021-09-07 11:10:08 +02:00
parent 4ee64adc81
commit e9f5b04258
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
integration_test = find_program('integration-test')
integration_test = find_program('integration-test.py')
envs = environment()
envs.set ('top_builddir', meson.build_root())