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 similarity index 100% rename from tests/print.scm rename to tests/import/print.scm