diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 00:25:22 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:00:36 +0200 |
| commit | fbc1da99ea6d557a6a3835b655e37552e479e1c4 (patch) | |
| tree | cfb7d5e64458d85160c837899d3d5ffd43758069 | |
| parent | d950c929e907787c622afaa830abcc9d4990bd5a (diff) | |
import: crate: Move tests to tests/import/crate.scm.
* tests/crate.scm: Move to tests/import/crate.scm.
* Makefile.am: Refresh it.
* CODEOWNERS: Refresh it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | CODEOWNERS | 2 | ||||
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rwxr-xr-x | etc/teams.scm | 2 | ||||
| -rw-r--r-- | tests/import/crate.scm (renamed from tests/crate.scm) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 7236b58af81..d490eadf76d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -311,7 +311,7 @@ guix/build-system/cargo\.scm @guix/rust guix/import/crate\.scm @guix/rust guix/import/crate/cargo-lock\.scm @guix/rust guix/scripts/import/crate\.scm @guix/rust -tests/crate\.scm @guix/rust +tests/import/crate\.scm @guix/rust gnu/packages/fortran(-.+|)\.scm$ @guix/science gnu/packages/algebra\.scm @guix/science diff --git a/Makefile.am b/Makefile.am index 92a2603299b..c603e4b3933 100644 --- a/Makefile.am +++ b/Makefile.am @@ -550,7 +550,6 @@ SCM_TESTS = \ tests/containers.scm \ tests/cpio.scm \ tests/cran.scm \ - tests/crate.scm \ tests/cve.scm \ tests/debug-link.scm \ tests/derivations.scm \ @@ -570,6 +569,7 @@ SCM_TESTS = \ tests/gremlin.scm \ tests/hexpm.scm \ tests/import/cpan.scm \ + tests/import/crate.scm \ tests/import/hackage.scm \ tests/import/pypi.scm \ tests/home-import.scm \ diff --git a/etc/teams.scm b/etc/teams.scm index 270f6c69bb7..e15a0f148da 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -932,7 +932,7 @@ release." "guix/import/crate.scm" "guix/import/crate/cargo-lock.scm" "guix/scripts/import/crate.scm" - "tests/crate.scm"))) + "tests/import/crate.scm"))) (define-team science (team 'science diff --git a/tests/crate.scm b/tests/import/crate.scm index b5599e5d482..b5599e5d482 100644 --- a/tests/crate.scm +++ b/tests/import/crate.scm |
