diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-16 19:10:31 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:00:35 +0200 |
| commit | 5cf0daa657a3f47879927cdc52c8597668e6129b (patch) | |
| tree | ee88e8889809fa2e133a01cb201c1daa144010af /Makefile.am | |
| parent | f1a3bf940c6ea6784572f7e1e5fdbc82cab21e5d (diff) | |
import: hackage: Move tests to tests/import/hackage.scm.
* tests/hackage.scm: Move to tests/import/hackage.scm.
* Makefile.am: Refresh it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fec29393790..7bb5758a458 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -569,8 +569,8 @@ SCM_TESTS = \ | |||
| 569 | tests/grafts.scm \ | 569 | tests/grafts.scm \ |
| 570 | tests/graph.scm \ | 570 | tests/graph.scm \ |
| 571 | tests/gremlin.scm \ | 571 | tests/gremlin.scm \ |
| 572 | tests/hackage.scm \ | ||
| 573 | tests/hexpm.scm \ | 572 | tests/hexpm.scm \ |
| 573 | tests/import/hackage.scm \ | ||
| 574 | tests/import/pypi.scm \ | 574 | tests/import/pypi.scm \ |
| 575 | tests/home-import.scm \ | 575 | tests/home-import.scm \ |
| 576 | tests/home-services.scm \ | 576 | tests/home-services.scm \ |
