From 16aec469d45a9339f117cd6427aebe8d7b80e5bc Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Tue, 20 Dec 2016 19:03:52 +0100 Subject: repo: Add record datatype. * src/cuirass/utils.scm (call-with-temporary-directory): New procedure. * src/cuirass/repo.scm: Use it. New file. * tests/repo.scm: New tests. * Makefile.am (dist_pkgmodule_DATA, TESTS): Add them. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cf6f21a..4c562ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ dist_pkgmodule_DATA = \ src/cuirass/base.scm \ src/cuirass/database.scm \ src/cuirass/http.scm \ + src/cuirass/repo.scm \ src/cuirass/ui.scm \ src/cuirass/utils.scm @@ -64,6 +65,7 @@ TESTS = \ ## tests/basic.sh # takes too long to execute tests/database.scm \ tests/http.scm \ + tests/repo.scm \ tests/ui.scm \ tests/utils.scm -- cgit v1.2.3