diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 00:28:37 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:00:36 +0200 |
| commit | d4fda72d8f991fa2102fe2ef121dbade2d322382 (patch) | |
| tree | 91b3d19b24db891874d51f58d378234bcbde8f65 | |
| parent | fbc1da99ea6d557a6a3835b655e37552e479e1c4 (diff) | |
import: go: Move tests to tests/import/go.scm.
* tests/go.scm: Move to tests/import/go.scm.
* Makefile.am: Refresh it.
* CODEOWNERS: Refresh it.
* etc/teams.scm: Refresh it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | CODEOWNERS | 2 | ||||
| -rw-r--r-- | Makefile.am | 4 | ||||
| -rwxr-xr-x | etc/teams.scm | 2 | ||||
| -rw-r--r-- | tests/import/go.scm (renamed from tests/go.scm) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index d490eadf76d..0c61625c878 100644 --- a/CODEOWNERS +++ b/CODEOWNERS | |||
| @@ -172,7 +172,7 @@ guix/build-system/go\.scm @guix/go | |||
| 172 | guix/build/go-build-system\.scm @guix/go | 172 | guix/build/go-build-system\.scm @guix/go |
| 173 | guix/import/go\.scm @guix/go | 173 | guix/import/go\.scm @guix/go |
| 174 | guix/scripts/import/go\.scm @guix/go | 174 | guix/scripts/import/go\.scm @guix/go |
| 175 | tests/go\.scm @guix/go | 175 | tests/import/go\.scm @guix/go |
| 176 | 176 | ||
| 177 | gnu/packages/dhall\.scm @guix/haskell | 177 | gnu/packages/dhall\.scm @guix/haskell |
| 178 | gnu/packages/haskell(-.+|)\.scm$ @guix/haskell | 178 | gnu/packages/haskell(-.+|)\.scm$ @guix/haskell |
diff --git a/Makefile.am b/Makefile.am index c603e4b3933..83f4dacd2de 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -635,9 +635,9 @@ SCM_TESTS = \ | |||
| 635 | tests/workers.scm | 635 | tests/workers.scm |
| 636 | 636 | ||
| 637 | if HAVE_GUILE_LIB | 637 | if HAVE_GUILE_LIB |
| 638 | SCM_TESTS += tests/go.scm | 638 | SCM_TESTS += tests/import/go.scm |
| 639 | else | 639 | else |
| 640 | EXTRA_DIST += tests/go.scm | 640 | EXTRA_DIST += tests/import/go.scm |
| 641 | endif | 641 | endif |
| 642 | 642 | ||
| 643 | if BUILD_DAEMON_OFFLOAD | 643 | if BUILD_DAEMON_OFFLOAD |
diff --git a/etc/teams.scm b/etc/teams.scm index e15a0f148da..b855dee3d3a 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -668,7 +668,7 @@ GLib/GIO, GTK, GStreamer and Webkit." | |||
| 668 | "guix/build/go-build-system.scm" | 668 | "guix/build/go-build-system.scm" |
| 669 | "guix/import/go.scm" | 669 | "guix/import/go.scm" |
| 670 | "guix/scripts/import/go.scm" | 670 | "guix/scripts/import/go.scm" |
| 671 | "tests/go.scm"))) | 671 | "tests/import/go.scm"))) |
| 672 | 672 | ||
| 673 | (define-team haskell | 673 | (define-team haskell |
| 674 | (team 'haskell | 674 | (team 'haskell |
diff --git a/tests/go.scm b/tests/import/go.scm index a72f3068711..a72f3068711 100644 --- a/tests/go.scm +++ b/tests/import/go.scm | |||
