summaryrefslogtreecommitdiff
path: root/distro/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-12 16:24:35 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-12 16:24:35 +0100
commiteb6d676e2aa19f9f971956bce2236f20d83ff472 (patch)
treed192c9e67175297007580c712dc3c89b4ac27750 /distro/packages
parentb22a12fda7d0afc1640982fed37eda435cb3da38 (diff)
downloadpatches-eb6d676e2aa19f9f971956bce2236f20d83ff472.tar
patches-eb6d676e2aa19f9f971956bce2236f20d83ff472.tar.gz
distro: tcl, expect: Enable tests.
* distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add #:test-target.
Diffstat (limited to 'distro/packages')
-rw-r--r--distro/packages/tcl.scm10
1 files 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")