[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#50299: [PATCH v4 05/25] gnu: swi-prolog: Run tests conditionally.
From: |
Maxime Devos |
Subject: |
bug#50299: [PATCH v4 05/25] gnu: swi-prolog: Run tests conditionally. |
Date: |
Fri, 31 Dec 2021 12:14:47 +0000 |
Tests are enabled by default (except when cross-compiling).
Running tests when cross-compiling is rarely possible.
* gnu/packages/prolog.scm (swi-prolog)[arguments]<#:tests>: Remove it.
---
gnu/packages/prolog.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/prolog.scm b/gnu/packages/prolog.scm
index 7857fdff68..be5a3c5bf8 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -97,7 +97,6 @@ manner. It also features an interactive interpreter.")
(build-system cmake-build-system)
(arguments
`(#:parallel-build? #t
- #:tests? #t
#:configure-flags
(list "-DINSTALL_DOCUMENTATION=ON"
"-DSWIPL_INSTALL_IN_LIB=OFF") ; FIXME: Breaks RUNPATH validation.
--
2.30.2
- bug#50299: [PATCH v4 00/25] Fix 'check-tests-true' linter and some packages, Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 05/25] gnu: swi-prolog: Run tests conditionally.,
Maxime Devos <=
- bug#50299: [PATCH v4 17/25] gnu: libicns: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 15/25] gnu: ecl: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 09/25] gnu: swi-prolog: Set PROG_SWIPL when cross-compiling., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 13/25] gnu: ruby-ffi-rzmq: Respect #:tests?., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 16/25] gnu: perl-unicode-utf8: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 22/25] gnu: pjproject: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 21/25] gnu: belcard: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 01/25] lint: check-tests-true: Allow #:tests? #t for some build systems., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 11/25] gnu: ruby-yard-with-tests: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 18/25] gnu: python2-empy: Run tests conditionally., Maxime Devos, 2021/12/31