This website requires JavaScript.
Explore
Help
Sign In
luc14n0
/
glib
Watch
1
Star
0
Fork
0
You've already forked glib
mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced
2024-11-11 03:46:17 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7f38dfcb6c
glib
/
template-tap.test.in
5 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Meson: Run in TAP mode installed tests that support it
2018-09-23 19:44:15 +02:00
[Test]
Type=session
installed tests: Allow tests to set environment variables It's necessary sometimes for installed tests to be able to run with a custom environment. For example, the gsocketclient-slow test requires an LD_PRELOADed library to provide a slow connect() (this is to be added in a followup commit). Introduce a variable `@env@` into the installed test template, which we can override as necessary when generating `.test` files, to run tests prefixed with `/usr/bin/env <LIST OF VARIABLES>`. As the only test that requires this currently lives in `gio/tests/`, we are only hooking this up for that directory right now. If other tests in future require this treatment, then the support can be extended at that point.
2019-02-12 12:29:10 +01:00
Exec=@env@@installed_tests_dir@/@program@ --tap
Meson: Run in TAP mode installed tests that support it
2018-09-23 19:44:15 +02:00
Output=TAP
Reference in New Issue
Copy Permalink