summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2021-07-31 20:53:48 -0700
committerEmmanuele Bassi <ebassi@gmail.com>2021-08-05 13:20:44 +0000
commit4926312baa5209e64a119d337bc7157b4f0a7d5b (patch)
treee992c23819c6dd03b3f05470ca388c64c48d0504
parent7719bab84deb5cf881c939444db8676fff7fa6f3 (diff)
downloadgobject-introspection-4926312baa5209e64a119d337bc7157b4f0a7d5b.tar.gz
build: Export warnlib sources as variables
This is so that GJS can use these variables in its own build files when including gobject-introspection as a Meson subproject. Previously we took the approach of using the files in their installed locations, but that doesn't work as a subproject.
-rw-r--r--tests/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index d5b76342..48981c60 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -18,6 +18,8 @@ test_env_common_pypath = [meson.build_root()]
test_regress_sources = files('scanner/regress.c')
test_regress_headers = files('scanner/regress.h')
+test_warnlib_sources = files('scanner/warnlib.c')
+test_warnlib_headers = files('scanner/warnlib.h')
test_marshalling_sources = files('gimarshallingtests.c')
test_marshalling_headers = files('gimarshallingtests.h')