This website requires JavaScript.
Explore
Help
Register
Sign In
TeamHepta
/
SDL
Watch
1
Star
0
Fork
0
You've already forked SDL
mirror of
https://github.com/libsdl-org/SDL.git
synced
2026-03-20 15:51:07 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
80da8056886622d4e5047ab4510acd976bc7534a
SDL
/
test
/
template.test.in
4 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test: Install GNOME-style installed-tests metadata This allows these tests to be discovered and run by gnome-desktop-test-runner. Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-05-04 13:53:15 +01:00
[Test]
Type=session
build: Fix testprocess invocation during "as-installed" tests During build-time testing, we can use `$<TARGET_FILE:childprocess>` to pass the just-built childprocess executable to it as an argument, but during "as-installed" testing we need to use the installed path of the childprocess executable instead. Signed-off-by: Simon McVittie <smcv@debian.org>
2024-09-17 18:29:38 +01:00
Exec=@installedtestsdir@/@exe@ @installed_arguments@
Reference in New Issue
Copy Permalink