diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 01:31:27 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:04:17 +0200 |
| commit | 12e6d3b48f47fa81b9439b2c9a6ee134d60bbbf0 (patch) | |
| tree | 81329d63347c54dca80fbfae8c76eaf8b1380736 | |
| parent | a14df090978e91779e7e072a03002aebf2db7d98 (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>
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rwxr-xr-x | tests/import/npm-binary.scm (renamed from tests/npm-binary.scm) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 414fa6da4e..9078e269de 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 index b1c6174020..b1c6174020 100755 --- a/tests/npm-binary.scm +++ b/tests/import/npm-binary.scm |
