[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: tinyproxy: Run tests.
From: |
guix-commits |
Subject: |
04/06: gnu: tinyproxy: Run tests. |
Date: |
Thu, 6 May 2021 20:21:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6b4f87fa69af2bc2e4c8009e090717c7118b9aee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 7 02:10:57 2021 +0200
gnu: tinyproxy: Run tests.
* gnu/packages/web.scm (tinyproxy)[arguments]: Run the test suite.
[native-inputs]: Add perl.
---
gnu/packages/web.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ab73395..f735fa0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1644,7 +1644,8 @@ and other data, for distribution on the web.")
"0cizm8pbh5p557birdirkayj71xdxapaa9q29v1d4lf5qk7q3v61"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags
+ `(#:test-target "test" ; ‘make check’ silently does nothing
+ #:configure-flags
(list
;; For the log file, etc.
"--localstatedir=/var")
@@ -1656,6 +1657,8 @@ and other data, for distribution on the web.")
;; (substitute* "docs/man5/Makefile" (("a2x") "a2x -v"))
;; (setenv "XML_DEBUG_CATALOG" "1")
#t)))))
+ (native-inputs
+ `(("perl" ,perl))) ; for tests
(home-page "https://tinyproxy.github.io/")
(synopsis "Light-weight HTTP/HTTPS proxy daemon")
(description "Tinyproxy is a light-weight HTTP/HTTPS proxy
- branch master updated (6d6b720 -> b8760c8), guix-commits, 2021/05/06
- 01/06: gnu: font-liberation: Update to 2.1.4., guix-commits, 2021/05/06
- 05/06: gnu: gtkwave: Update to 3.3.109., guix-commits, 2021/05/06
- 03/06: gnu: tinyproxy: Update to 1.11.0., guix-commits, 2021/05/06
- 06/06: gnu: photoflare: Update to 1.6.8., guix-commits, 2021/05/06
- 02/06: gnu: perl-cgi: Update to 4.52., guix-commits, 2021/05/06
- 04/06: gnu: tinyproxy: Run tests.,
guix-commits <=