From 5aecec54e457dc5231634450a56c21bffdd755ae Mon Sep 17 00:00:00 2001
From: Simon McVittie <[EMAIL REDACTED]>
Date: Wed, 9 Aug 2023 17:32:07 +0100
Subject: [PATCH] Update test/template.test.in for build system changes
The build system switched from naming the executable ${exe} to naming
it ${TARGET}.
Fixes: 9ed663af "cmake: use add_sdl_image_test_executable function"
Signed-off-by: Simon McVittie <smcv@collabora.com>
---
test/template.test.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/template.test.in b/test/template.test.in
index e1ac063f..83ce2295 100644
--- a/test/template.test.in
+++ b/test/template.test.in
@@ -1,3 +1,3 @@
[Test]
Type=session
-Exec=@installedtestsdir@/@exe@
+Exec=@installedtestsdir@/@TARGET@