We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca9339 commit 0eaa3b7Copy full SHA for 0eaa3b7
test cases/frameworks/7 gnome/schemas/meson.build
@@ -5,6 +5,7 @@ install_dir : 'share/glib-2.0/schemas')
5
6
testenv = environment()
7
testenv.append('GSETTINGS_SCHEMA_DIR', meson.current_build_dir())
8
+testenv.append('GSETTINGS_SCHEMA_DIR', meson.current_build_dir())
9
10
schemaexe = executable('schemaprog', 'schemaprog.c', dependencies : gio, install: true)
11
test('schema test', schemaexe, env: testenv)
0 commit comments