~ruther/guix-local

d4fda72d8f991fa2102fe2ef121dbade2d322382 — Nicolas Graves 7 months ago fbc1da9
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>
4 files changed, 4 insertions(+), 4 deletions(-)

M CODEOWNERS
M Makefile.am
M etc/teams.scm
R tests/{ => import}/go.scm
M CODEOWNERS => CODEOWNERS +1 -1
@@ 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

M Makefile.am => Makefile.am +2 -2
@@ 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

M etc/teams.scm => etc/teams.scm +1 -1
@@ 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

R tests/go.scm => tests/import/go.scm +0 -0