mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 02:43:30 +08:00
80da805688
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>
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
[Test]
|
|
Type=session
|
|
Exec=@installedtestsdir@/@exe@ @installed_arguments@
|