From eb6d676e2aa19f9f971956bce2236f20d83ff472 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 12 Jan 2013 16:24:35 +0100 Subject: distro: tcl, expect: Enable tests. * distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add #:test-target. --- distro/packages/tcl.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/distro/packages/tcl.scm b/distro/packages/tcl.scm index 369c986ffb..14d50f1373 100644 --- a/distro/packages/tcl.scm +++ b/distro/packages/tcl.scm @@ -46,7 +46,11 @@ ;; Private headers are needed by Expect. (zero? (system* "make" "install-private-headers"))) %standard-phases)) - #:tests? #f)) ; FIXME: use #:test-target "test" + + ;; XXX: There are a few test failures (related to HTTP, most + ;; likely related to name resolution), but that doesn't cause + ;; `make' to fail. + #:test-target "test")) (home-page "http://www.tcl.tk/") (synopsis "The Tcl scripting language") (description "The Tcl (Tool Command Language) scripting language.") @@ -83,7 +87,9 @@ "/include") (string-append "--exec-prefix=" (assoc-ref %outputs "out"))) - #:tests? #f)) ; FIXME: use #:test-target "test" + + ;; FIXME: There are test failures. + #:test-target "test")) (home-page "http://expect.nist.gov/") (synopsis "A tool for automating interactive applications") -- cgit v1.2.3