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 = \ | |||
| 573 | tests/import/hackage.scm \ | 573 | tests/import/hackage.scm \ |
| 574 | tests/import/hexpm.scm \ | 574 | tests/import/hexpm.scm \ |
| 575 | tests/import/opam.scm \ | 575 | tests/import/opam.scm \ |
| 576 | tests/import/print.scm \ | ||
| 576 | tests/import/pypi.scm \ | 577 | tests/import/pypi.scm \ |
| 577 | tests/home-import.scm \ | 578 | tests/home-import.scm \ |
| 578 | tests/home-services.scm \ | 579 | tests/home-services.scm \ |
| @@ -594,7 +595,6 @@ SCM_TESTS = \ | |||
| 594 | tests/packages.scm \ | 595 | tests/packages.scm \ |
| 595 | tests/pack.scm \ | 596 | tests/pack.scm \ |
| 596 | tests/pki.scm \ | 597 | tests/pki.scm \ |
| 597 | tests/print.scm \ | ||
| 598 | tests/processes.scm \ | 598 | tests/processes.scm \ |
| 599 | tests/profiles.scm \ | 599 | tests/profiles.scm \ |
| 600 | tests/publish.scm \ | 600 | 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 | |||
