[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#50299: [PATCH v5 05/24] gnu: swi-prolog: Run tests conditionally.
From: |
Maxime Devos |
Subject: |
bug#50299: [PATCH v5 05/24] gnu: swi-prolog: Run tests conditionally. |
Date: |
Fri, 4 Mar 2022 13:01:00 +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 v5 15/24] gnu: ecl: Run tests conditionally., (continued)
- bug#50299: [PATCH v5 15/24] gnu: ecl: Run tests conditionally., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 16/24] gnu: perl-unicode-utf8: Run tests conditionally., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 11/24] gnu: ruby-yard-with-tests: Run tests conditionally., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 13/24] gnu: ruby-ffi-rzmq: Respect #:tests?., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 07/24] gnu: swi-prolog: Don't use 'cc'., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 20/24] gnu: lablgtk: Run tests conditionally., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 06/24] gnu: swi-prolog: Make configuration wok when cross-compiling., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 14/24] gnu: go-1.16: Don't run tests when cross-compiling., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 17/24] gnu: libicns: Run tests conditionally., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 03/24] gnu: lean: Add bash-minimal., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 05/24] gnu: swi-prolog: Run tests conditionally.,
Maxime Devos <=
- bug#50299: [PATCH v5 12/24] gnu: ruby-ffi-rzmq: Run tests conditionally., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 18/24] gnu: python2-empy: Run tests conditionally., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 01/24] lint: check-tests-true: Allow #:tests? #t for some build systems., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 09/24] gnu: swi-prolog: Set PROG_SWIPL when cross-compiling., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 10/24] gnu: swi-prolog: Correct reference to 'bin/swi-prolog'., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 04/24] gnu: swi-prolog: Move native-inputs to inputs where appropriate., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 24/24] gnu: ghc-bsb-http-chunked: Don't run tests when cross-compiling., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 19/24] gnu: python2-promise: Run tests conditionally., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 21/24] gnu: belcard: Run tests conditionally., Maxime Devos, 2022/03/04
- bug#50299: [PATCH v5 08/24] gnu: swi-prolog: Use cross-compiled bash in shebangs., Maxime Devos, 2022/03/04