From 2cd6b35beeb655ae2a69d17d223063ee5a3e00bb Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 1 May 2026 02:02:00 +0900 Subject: internal/rosa/cmake: run tests This uses the standard CMake test target. Signed-off-by: Ophestra --- internal/rosa/glslang.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'internal/rosa/glslang.go') diff --git a/internal/rosa/glslang.go b/internal/rosa/glslang.go index f05a1a62..a2600ea3 100644 --- a/internal/rosa/glslang.go +++ b/internal/rosa/glslang.go @@ -20,6 +20,9 @@ func (t Toolchain) newSPIRVHeaders() (pkg.Artifact, string) { Cache: []KV{ {"CMAKE_BUILD_TYPE", "Release"}, }, + + // upstream has no tests + SkipTest: true, }), version } func init() { @@ -110,7 +113,6 @@ func (t Toolchain) newGlslang() (pkg.Artifact, string) { {"BUILD_SHARED_LIBS", "ON"}, {"ALLOW_EXTERNAL_SPIRV_TOOLS", "ON"}, }, - Script: "ctest", }, Python, Bash, -- cgit v1.3.1