From c22ca0e751468f88154b3fec17fadd5f59d9b975 Mon Sep 17 00:00:00 2001 From: arancormonk <180709949+arancormonk@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:20:10 -0600 Subject: [PATCH] Remove tests from release build --- PKGBUILD | 7 ------- 1 file changed, 7 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 4968ff930c7ec..0f1ba7b37fdce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,13 +27,6 @@ cmake --build build } - check() { - cmake -B build -S "$pkgname" \ - -DMBELIB_BUILD_TESTS=ON - cmake --build build - ctest --test-dir build --output-on-failure - } - package() { DESTDIR="$pkgdir" cmake --install build }