mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
import: cran: Move tests to tests/import/cran.scm.
* tests/cran.scm: Move to tests/import/cran.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
02f1ff69c6
commit
7a41349bed
4 changed files with 3 additions and 3 deletions
|
@ -286,7 +286,7 @@ guix/build/r-build-system\.scm @guix/r
|
||||||
guix/build-system/r\.scm @guix/r
|
guix/build-system/r\.scm @guix/r
|
||||||
guix/import/cran\.scm @guix/r
|
guix/import/cran\.scm @guix/r
|
||||||
guix/scripts/import/cran\.scm @guix/r
|
guix/scripts/import/cran\.scm @guix/r
|
||||||
tests/cran\.scm @guix/r
|
tests/import/cran\.scm @guix/r
|
||||||
|
|
||||||
gnu/packages/chez\.scm @guix/racket
|
gnu/packages/chez\.scm @guix/racket
|
||||||
gnu/packages/racket\.scm @guix/racket
|
gnu/packages/racket\.scm @guix/racket
|
||||||
|
|
|
@ -549,7 +549,6 @@ SCM_TESTS = \
|
||||||
tests/composer.scm \
|
tests/composer.scm \
|
||||||
tests/containers.scm \
|
tests/containers.scm \
|
||||||
tests/cpio.scm \
|
tests/cpio.scm \
|
||||||
tests/cran.scm \
|
|
||||||
tests/cve.scm \
|
tests/cve.scm \
|
||||||
tests/debug-link.scm \
|
tests/debug-link.scm \
|
||||||
tests/derivations.scm \
|
tests/derivations.scm \
|
||||||
|
@ -566,6 +565,7 @@ SCM_TESTS = \
|
||||||
tests/gremlin.scm \
|
tests/gremlin.scm \
|
||||||
tests/hexpm.scm \
|
tests/hexpm.scm \
|
||||||
tests/import/cpan.scm \
|
tests/import/cpan.scm \
|
||||||
|
tests/import/cran.scm \
|
||||||
tests/import/crate.scm \
|
tests/import/crate.scm \
|
||||||
tests/import/egg.scm \
|
tests/import/egg.scm \
|
||||||
tests/import/elm.scm \
|
tests/import/elm.scm \
|
||||||
|
|
|
@ -883,7 +883,7 @@ and the r-build-system."
|
||||||
"guix/build-system/r.scm"
|
"guix/build-system/r.scm"
|
||||||
"guix/import/cran.scm"
|
"guix/import/cran.scm"
|
||||||
"guix/scripts/import/cran.scm"
|
"guix/scripts/import/cran.scm"
|
||||||
"tests/cran.scm")))
|
"tests/import/cran.scm")))
|
||||||
|
|
||||||
(define-team racket
|
(define-team racket
|
||||||
(team 'racket
|
(team 'racket
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue