[json-glib] build: Fix the installed test wrapper file
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] build: Fix the installed test wrapper file
- Date: Wed, 29 Mar 2017 15:58:39 +0000 (UTC)
commit d49a16cf3707df7e2d43d61c6b74f91d33a8c044
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Mar 29 16:57:57 2017 +0100
build: Fix the installed test wrapper file
We need to point to the binary, but we're using the wrong name for the
Exec key.
json-glib/tests/meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/json-glib/tests/meson.build b/json-glib/tests/meson.build
index 20c3fea..63b8baa 100644
--- a/json-glib/tests/meson.build
+++ b/json-glib/tests/meson.build
@@ -41,7 +41,7 @@ foreach t: tests
python3,
gen_installed_test,
'--testdir=@0@'.format(installed_test_dir),
- '--testname=@0@.test'.format(t),
+ '--testname=@0@'.format(t),
'--outdir=@OUTDIR@',
'--outfile=@0@.test'.format(t),
],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]