summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-20 12:40:54 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-20 12:42:19 +0100
commit54aef5abf276f27b94670ea5c8553433aee08128 (patch)
treebb154592374cdf7c543c881867334813a8a2b6ba /tests
parenta43e1689e3e32253e2203d28df8ffcd917d1ce00 (diff)
downloadgnome-bluetooth-54aef5abf276f27b94670ea5c8553433aee08128.tar.gz
tests: Rename integration test script
Add the python suffix.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/integration-test.py (renamed from tests/integration-test)0
-rw-r--r--tests/meson.build2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration-test b/tests/integration-test.py
index a79066ef..a79066ef 100755
--- a/tests/integration-test
+++ b/tests/integration-test.py
diff --git a/tests/meson.build b/tests/meson.build
index 7582027a..419cf59e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,5 +1,5 @@
if enable_gir
- integration_test = find_program('integration-test')
+ integration_test = find_program('integration-test.py')
envs = environment()
envs.set ('top_builddir', meson.build_root())