diff --git a/tests/integration-test b/tests/integration-test.py similarity index 100% rename from tests/integration-test rename to tests/integration-test.py diff --git a/tests/meson.build b/tests/meson.build index 9c6538f..851a9ca 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -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())