[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49889] [PATCH 5/5] gnu: Add gerbil-clojerbil.
From: |
Maxime Devos |
Subject: |
[bug#49889] [PATCH 5/5] gnu: Add gerbil-clojerbil. |
Date: |
Sat, 07 Aug 2021 18:59:24 +0200 |
User-agent: |
Evolution 3.34.2 |
Xinglu Chen schreef op do 05-08-2021 om 16:10 [+0200]:
> + (add-after 'build 'check
> + (lambda* (#:key inputs #:allow-other-keys)
> + (let ((gerbil (assoc-ref inputs "gerbil")))
> + (invoke (string-append gerbil "/bin/gxi")
> "run-tests.ss")))))))
By wrapping the body in (when tests? ...), "--without-tests" would be supported.
The 'tests-true' linter should detect this, try "./pre-inst-env guix lint
gerbil-clojerbil".
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- [bug#49889] [PATCH 0/5] Add build system for Gerbil Scheme, Xinglu Chen, 2021/08/05
- [bug#49889] [PATCH 1/5] gnu: gerbil: Move to (gnu packages gerbil)., Xinglu Chen, 2021/08/05
- [bug#49889] [PATCH 2/5] gnu: gerbil: Add 'native-search-paths' field., Xinglu Chen, 2021/08/05
- [bug#49889] [PATCH 3/5] guix: Add 'gerbil-build-system'., Xinglu Chen, 2021/08/05
- [bug#49889] [PATCH 4/5] gnu: Add gerbil-srfi-54., Xinglu Chen, 2021/08/05
- [bug#49889] [PATCH 5/5] gnu: Add gerbil-clojerbil., Xinglu Chen, 2021/08/05
- [bug#49889] [PATCH 5/5] gnu: Add gerbil-clojerbil.,
Maxime Devos <=