From 651b8bbcf96376b723921820de82061ccdba9c4f Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sat, 30 Jul 2016 23:00:41 +0200 Subject: Add (cuirass http) module. * src/cuirass/http.scm: New file. * tests/http.scm: Likewise. * Makefile.am (dist_pkgmodule_DATA, TESTS): Add them. * configure.ac: Check for (json) module. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bad9ce7..d4916fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ pkgmoduledir=$(datarootdir)/guile/site/2.0/$(PACKAGE) dist_pkgmodule_DATA = \ src/cuirass/base.scm \ src/cuirass/database.scm \ + src/cuirass/http.scm \ src/cuirass/ui.scm \ src/cuirass/utils.scm @@ -34,6 +35,7 @@ TESTS = \ tests/base.scm \ ## tests/basic.sh # takes too long to execute tests/database.scm \ + tests/http.scm \ tests/ui.scm \ tests/utils.scm -- cgit v1.2.3