From e9f5b042586b05e02c9523b12db1b604c7a32bb9 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 7 Sep 2021 11:10:08 +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 462c3aa..56c530b 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())