From 74b71d9a3b755e58b320806367f0b82ec6d9cc53 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 7 Sep 2021 10:50:35 +0200 Subject: [PATCH] tests: Rename integration test script Add the python suffix. --- tests/{integration-test => integration-test.py} | 0 tests/meson.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{integration-test => integration-test.py} (100%) 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())