From 049aefddb2c88dd256a0705683a75704ff830b01 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 6 Mar 2022 18:14:51 +0100 Subject: tests: Add (guix http-client) tests. * tests/http-client.scm: New file. * Makefile.am (SCM_TESTS): Add it. * .dir-locals.el (scheme-mode): Add 'with-http-server'. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7463606d20..8850c4562c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # GNU Guix --- Functional package management for GNU -# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès +# Copyright © 2012-2022 Ludovic Courtès # Copyright © 2013 Andreas Enge # Copyright © 2015, 2017 Alex Kost # Copyright © 2016, 2018 Mathieu Lirzin @@ -486,6 +486,7 @@ SCM_TESTS = \ tests/gremlin.scm \ tests/hackage.scm \ tests/home-import.scm \ + tests/http-client.scm \ tests/import-git.scm \ tests/import-github.scm \ tests/import-utils.scm \ -- cgit v1.2.3