From d4fda72d8f991fa2102fe2ef121dbade2d322382 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 00:28:37 +0200 Subject: import: go: Move tests to tests/import/go.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c603e4b3933..83f4dacd2de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.3