From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57779) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i1uhT-0006EE-4B for guix-patches@gnu.org; Sun, 25 Aug 2019 11:45:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i1uhS-0001kp-5G for guix-patches@gnu.org; Sun, 25 Aug 2019 11:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i1uhS-0001ke-1x for guix-patches@gnu.org; Sun, 25 Aug 2019 11:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i1uhS-0002DZ-2F for guix-patches@gnu.org; Sun, 25 Aug 2019 11:45:02 -0400 Subject: [bug#37180] [PATCH] gnu: gcl: Enable tests. References: <20190825154206.3885-1-kkebreau@posteo.net> In-Reply-To: <20190825154206.3885-1-kkebreau@posteo.net> Resent-Message-ID: From: Kei Kebreau Date: Sun, 25 Aug 2019 11:44:01 -0400 Message-Id: <20190825154401.4321-1-kkebreau@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37180@debbugs.gnu.org Cc: Kei Kebreau * 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") -- 2.23.0