diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 01:22:02 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:04:16 +0200 |
| commit | 16c08ac5d884db5d7dd59587d70b3fc6d2502a76 (patch) | |
| tree | 0377a7077cb215fc457eacaa48cc129fc630c3de | |
| parent | 090d574dbf565e025fdaeb872368deb803c084a3 (diff) | |
import: print: Move tests to tests/import/print.scm.
* tests/print.scm: Move to tests/import/print.scm.
* Makefile.am: Refresh it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | tests/import/print.scm (renamed from tests/print.scm) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 988afa93671..4fea02edb7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -573,6 +573,7 @@ SCM_TESTS = \ tests/import/hackage.scm \ tests/import/hexpm.scm \ tests/import/opam.scm \ + tests/import/print.scm \ tests/import/pypi.scm \ tests/home-import.scm \ tests/home-services.scm \ @@ -594,7 +595,6 @@ SCM_TESTS = \ tests/packages.scm \ tests/pack.scm \ tests/pki.scm \ - tests/print.scm \ tests/processes.scm \ tests/profiles.scm \ tests/publish.scm \ diff --git a/tests/print.scm b/tests/import/print.scm index f068d380b7b..f068d380b7b 100644 --- a/tests/print.scm +++ b/tests/import/print.scm |
