mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: gnunet: Enable more tests.
* gnu/packages/gnunet.scm (gnunet)[arguments]: Enable cadet tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
cd0c4268d7
commit
883e91b4a8
1 changed files with 0 additions and 11 deletions
|
@ -296,17 +296,6 @@ (define-public gnunet
|
||||||
(add-after 'configure 'remove-failing-tests
|
(add-after 'configure 'remove-failing-tests
|
||||||
;; These tests fail in Guix's building environment.
|
;; These tests fail in Guix's building environment.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "src/cadet/Makefile"
|
|
||||||
(("test_cadet_2_reopen\\$\\(EXEEXT\\) \\\\\n") "test_cadet_2_reopen$(EXEEXT)")
|
|
||||||
(("test_cadet_5_forward\\$\\(EXEEXT\\) \\\\\n") "")
|
|
||||||
(("test_cadet_5_signal\\$\\(EXEEXT\\) \\\\\n") "")
|
|
||||||
(("test_cadet_5_keepalive\\$\\(EXEEXT\\) \\\\\n") "")
|
|
||||||
(("test_cadet_5_speed\\$\\(EXEEXT\\) \\\\\n") "")
|
|
||||||
(("test_cadet_5_speed_ack\\$\\(EXEEXT\\) \\\\\n") "")
|
|
||||||
(("test_cadet_5_speed_reliable\\$\\(EXEEXT\\) \\\\\n") "")
|
|
||||||
(("test_cadet_5_speed_reliable_backwards\\$\\(EXEEXT\\) \\\\\n") "")
|
|
||||||
(("test_cadet_5_speed_backwards\\$\\(EXEEXT\\) \\\\\n") "")
|
|
||||||
(("test_cadet_5_reopen\\$\\(EXEEXT\\)") ""))
|
|
||||||
(substitute* "src/transport/Makefile"
|
(substitute* "src/transport/Makefile"
|
||||||
(("\\$\\(am__EXEEXT_15\\)") "") ; test_transport_api_https
|
(("\\$\\(am__EXEEXT_15\\)") "") ; test_transport_api_https
|
||||||
(("test_transport_api_manipulation_cfg\\$\\(EXEEXT\\) \\\\\n") "")
|
(("test_transport_api_manipulation_cfg\\$\\(EXEEXT\\) \\\\\n") "")
|
||||||
|
|
Loading…
Reference in a new issue