summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 01:31:27 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:17 +0200
commit12e6d3b48f47fa81b9439b2c9a6ee134d60bbbf0 (patch)
tree81329d63347c54dca80fbfae8c76eaf8b1380736 /Makefile.am
parenta14df090978e91779e7e072a03002aebf2db7d98 (diff)
import: npm-binary: Move tests to tests/import/npm-binary.scm.
* tests/npm-binary.scm: Move to tests/import/npm-binary.scm. * Makefile.am: 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 414fa6da4e1..9078e269dea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -574,6 +574,7 @@ SCM_TESTS = \
574 tests/import/hackage.scm \ 574 tests/import/hackage.scm \
575 tests/import/hexpm.scm \ 575 tests/import/hexpm.scm \
576 tests/import/luanti.scm \ 576 tests/import/luanti.scm \
577 tests/import/npm-binary.scm \
577 tests/import/opam.scm \ 578 tests/import/opam.scm \
578 tests/import/print.scm \ 579 tests/import/print.scm \
579 tests/import/pypi.scm \ 580 tests/import/pypi.scm \
@@ -590,7 +591,6 @@ SCM_TESTS = \
590 tests/modules.scm \ 591 tests/modules.scm \
591 tests/monads.scm \ 592 tests/monads.scm \
592 tests/nar.scm \ 593 tests/nar.scm \
593 tests/npm-binary.scm \
594 tests/networking.scm \ 594 tests/networking.scm \
595 tests/openpgp.scm \ 595 tests/openpgp.scm \
596 tests/packages.scm \ 596 tests/packages.scm \