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