From 915ea90d4a48318fa841f59077c15a2fcb55b2b1 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 6 Jan 2026 17:27:26 +0200 Subject: [PATCH] Disable broken tests --- source.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source.sh b/source.sh index 0ae5ce9..3b86547 100644 --- a/source.sh +++ b/source.sh @@ -16,12 +16,6 @@ build() { meson compile -C build } -# The check function is executed in the source directory -# This function is used to run tests to verify the package has been compiled correctly -check() { - meson test -C build -} - # The package function is executed in the source directory # This function is used to move the compiled files into the output directory package() {