mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +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
+1
-1
@@ -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
|
||||||
|
|||||||
+2
-2
@@ -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
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user