diff options
| author | Emmanuele Bassi <ebassi@gnome.org> | 2017-03-29 16:57:57 +0100 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-03-29 17:47:31 +0100 |
| commit | 2a6d6391c7b1683e01bc3cac7f503921453ddb7d (patch) | |
| tree | ff7004c1054bc557306f6314fd9a85dc60593d05 /json-glib/tests | |
| parent | aff23745d30422aea9cb5190230ef14726e6661a (diff) | |
| download | json-glib-2a6d6391c7b1683e01bc3cac7f503921453ddb7d.tar.gz | |
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.
Diffstat (limited to 'json-glib/tests')
| -rw-r--r-- | 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), ], |
