From 12e6d3b48f47fa81b9439b2c9a6ee134d60bbbf0 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 01:31:27 +0200 Subject: [PATCH] import: npm-binary: Move tests to tests/import/npm-binary.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/npm-binary.scm: Move to tests/import/npm-binary.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- tests/{ => import}/npm-binary.scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ => import}/npm-binary.scm (100%) diff --git a/Makefile.am b/Makefile.am index 414fa6da4e1..9078e269dea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -574,6 +574,7 @@ SCM_TESTS = \ tests/import/hackage.scm \ tests/import/hexpm.scm \ tests/import/luanti.scm \ + tests/import/npm-binary.scm \ tests/import/opam.scm \ tests/import/print.scm \ tests/import/pypi.scm \ @@ -590,7 +591,6 @@ SCM_TESTS = \ tests/modules.scm \ tests/monads.scm \ tests/nar.scm \ - tests/npm-binary.scm \ tests/networking.scm \ tests/openpgp.scm \ tests/packages.scm \ diff --git a/tests/npm-binary.scm b/tests/import/npm-binary.scm similarity index 100% rename from tests/npm-binary.scm rename to tests/import/npm-binary.scm