emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37180: closed ([PATCH] gnu: gcl: Enable tests.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37180: closed ([PATCH] gnu: gcl: Enable tests.)
Date: Mon, 02 Sep 2019 18:17:01 +0000

Your message dated Mon, 02 Sep 2019 14:16:03 -0400
with message-id <address@hidden>
and subject line Re: [bug#37180] [PATCH] gnu: gcl: Enable tests.
has caused the debbugs.gnu.org bug report #37180,
regarding [PATCH] gnu: gcl: Enable tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37180: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37180
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: gcl: Enable tests. Date: Sun, 25 Aug 2019 11:42:05 -0400
This patch enables tests in GNU Common Lisp and also seems to repair Maxima's
build failure on master (at least on x86_64). Review and more testing would be
appreciated.





--- End Message ---
--- Begin Message --- Subject: Re: [bug#37180] [PATCH] gnu: gcl: Enable tests. Date: Mon, 02 Sep 2019 14:16:03 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Kei Kebreau <address@hidden> writes:

> * gnu/packages/lisp.scm (gcl)[arguments]: Remove #:tests? flag and set the
>   #:test-target to "ansi-tests/test_results".
> ---
>  gnu/packages/lisp.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
> index d32f4b19bd..2c08e06a55 100644
> --- a/gnu/packages/lisp.scm
> +++ b/gnu/packages/lisp.scm
> @@ -113,7 +113,7 @@
>        (build-system gnu-build-system)
>        (arguments
>         `(#:parallel-build? #f  ; The build system seems not to be thread 
> safe.
> -         #:tests? #f  ; There does not seem to be make check or anything 
> similar.
> +         #:test-target "ansi-tests/test_results"
>           #:configure-flags '("--enable-ansi") ; required for use by the 
> maxima package
>           #:make-flags (list
>                         (string-append "GCL_CC=" (assoc-ref %build-inputs 
> "gcc")

Pushed to master. The patch doesn't appear to negatively affect the
i686-linux, x86_64-linux and armhf-linux architectures.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]