summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-17 01:22:02 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:04:16 +0200
commit16c08ac5d884db5d7dd59587d70b3fc6d2502a76 (patch)
tree0377a7077cb215fc457eacaa48cc129fc630c3de /Makefile.am
parent090d574dbf565e025fdaeb872368deb803c084a3 (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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 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 \