summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 01:15:36 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:16 +0200
commit5507b1bfc0e2e8270ba2b731ef23a5d59f0cae30 (patch)
treeda3f3e4798fadfe3ca67a1477a1a118064f8d162 /Makefile.am
parentfc905a5a6974535ee6cc079b91acaeca047f7ec9 (diff)
import: opam: Move tests to tests/import/opam.scm.
* tests/opam.scm: Move to tests/import/opam.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0bbfcaa13a3..1d70d8d278e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -572,6 +572,7 @@ SCM_TESTS = \
tests/import/gem.scm \
tests/import/git.scm \
tests/import/hackage.scm \
+ tests/import/opam.scm \
tests/import/pypi.scm \
tests/home-import.scm \
tests/home-services.scm \
@@ -589,7 +590,6 @@ SCM_TESTS = \
tests/nar.scm \
tests/npm-binary.scm \
tests/networking.scm \
- tests/opam.scm \
tests/openpgp.scm \
tests/packages.scm \
tests/pack.scm \