summaryrefslogtreecommitdiff
path: root/tests/libpeas
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-09-09 17:35:51 -0700
committerChristian Hergert <chergert@redhat.com>2019-09-09 17:36:03 -0700
commite96ca491cee706a75788e3eeac72ed36915a922d (patch)
tree8a27658f95d2acbb83354d75bd81a6e1ddea16ba /tests/libpeas
parent48cd16ee89d999c539ee09de7a551c5c8223f162 (diff)
downloadlibpeas-e96ca491cee706a75788e3eeac72ed36915a922d.tar.gz
build: setup test suite environment
This gives us some useful settings for debugging when unit tests are run in automated environments.
Diffstat (limited to 'tests/libpeas')
-rw-r--r--tests/libpeas/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libpeas/meson.build b/tests/libpeas/meson.build
index 0c82d80..1af0061 100644
--- a/tests/libpeas/meson.build
+++ b/tests/libpeas/meson.build
@@ -53,5 +53,5 @@ foreach test: libpeas_tests_sources
c_args: libpeas_tests_c_args,
)
- test('test-@0@'.format(test_name), test_exe)
+ test('test-@0@'.format(test_name), test_exe, env: test_env)
endforeach