diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-12-20 19:03:52 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-12-28 18:18:37 +0100 |
commit | 16aec469d45a9339f117cd6427aebe8d7b80e5bc (patch) | |
tree | 7e60b6f3521803e2fc27208e542afc235ad19b32 /Makefile.am | |
parent | a6807cb29c1013851f62a0e32adc1b3dee66b270 (diff) | |
download | cuirass-16aec469d45a9339f117cd6427aebe8d7b80e5bc.tar cuirass-16aec469d45a9339f117cd6427aebe8d7b80e5bc.tar.gz |
repo: Add <repo> 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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |