mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
fbc1da99ea
commit
d4fda72d8f
4 changed files with 4 additions and 4 deletions
|
@ -172,7 +172,7 @@ guix/build-system/go\.scm @guix/go
|
||||||
guix/build/go-build-system\.scm @guix/go
|
guix/build/go-build-system\.scm @guix/go
|
||||||
guix/import/go\.scm @guix/go
|
guix/import/go\.scm @guix/go
|
||||||
guix/scripts/import/go\.scm @guix/go
|
guix/scripts/import/go\.scm @guix/go
|
||||||
tests/go\.scm @guix/go
|
tests/import/go\.scm @guix/go
|
||||||
|
|
||||||
gnu/packages/dhall\.scm @guix/haskell
|
gnu/packages/dhall\.scm @guix/haskell
|
||||||
gnu/packages/haskell(-.+|)\.scm$ @guix/haskell
|
gnu/packages/haskell(-.+|)\.scm$ @guix/haskell
|
||||||
|
|
|
@ -635,9 +635,9 @@ SCM_TESTS = \
|
||||||
tests/workers.scm
|
tests/workers.scm
|
||||||
|
|
||||||
if HAVE_GUILE_LIB
|
if HAVE_GUILE_LIB
|
||||||
SCM_TESTS += tests/go.scm
|
SCM_TESTS += tests/import/go.scm
|
||||||
else
|
else
|
||||||
EXTRA_DIST += tests/go.scm
|
EXTRA_DIST += tests/import/go.scm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_DAEMON_OFFLOAD
|
if BUILD_DAEMON_OFFLOAD
|
||||||
|
|
|
@ -668,7 +668,7 @@ GLib/GIO, GTK, GStreamer and Webkit."
|
||||||
"guix/build/go-build-system.scm"
|
"guix/build/go-build-system.scm"
|
||||||
"guix/import/go.scm"
|
"guix/import/go.scm"
|
||||||
"guix/scripts/import/go.scm"
|
"guix/scripts/import/go.scm"
|
||||||
"tests/go.scm")))
|
"tests/import/go.scm")))
|
||||||
|
|
||||||
(define-team haskell
|
(define-team haskell
|
||||||
(team 'haskell
|
(team 'haskell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue