mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Ludovic Courtès
parent
fbc1da99ea
commit
d4fda72d8f
@@ -172,7 +172,7 @@ guix/build-system/go\.scm @guix/go
|
||||
guix/build/go-build-system\.scm @guix/go
|
||||
guix/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/haskell(-.+|)\.scm$ @guix/haskell
|
||||
|
||||
@@ -635,9 +635,9 @@ SCM_TESTS = \
|
||||
tests/workers.scm
|
||||
|
||||
if HAVE_GUILE_LIB
|
||||
SCM_TESTS += tests/go.scm
|
||||
SCM_TESTS += tests/import/go.scm
|
||||
else
|
||||
EXTRA_DIST += tests/go.scm
|
||||
EXTRA_DIST += tests/import/go.scm
|
||||
endif
|
||||
|
||||
if BUILD_DAEMON_OFFLOAD
|
||||
|
||||
@@ -668,7 +668,7 @@ GLib/GIO, GTK, GStreamer and Webkit."
|
||||
"guix/build/go-build-system.scm"
|
||||
"guix/import/go.scm"
|
||||
"guix/scripts/import/go.scm"
|
||||
"tests/go.scm")))
|
||||
"tests/import/go.scm")))
|
||||
|
||||
(define-team haskell
|
||||
(team 'haskell
|
||||
|
||||
Reference in New Issue
Block a user