aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-05-12 16:58:56 +0100
committerChristopher Baines <mail@cbaines.net>2019-05-12 17:32:37 +0100
commit0ab1c71722e81404972f80c91c9717e429d03ec3 (patch)
tree85cfa0cf33dcc6af848bbd92273f202c64f396d0 /Makefile.am
parentd2126820613a39be0a8724680e5e4e4ee38ddf84 (diff)
downloaddata-service-0ab1c71722e81404972f80c91c9717e429d03ec3.tar
data-service-0ab1c71722e81404972f80c91c9717e429d03ec3.tar.gz
Add a mock-inferior module
This to help test code which uses the (guix inferior) module.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b0ab4ce..f9d6062 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,8 @@ SOURCES = \
guix-data-service/web/query-parameters.scm \
guix-data-service/web/util.scm \
guix-data-service/web/view/html.scm \
- tests/driver.scm
+ tests/driver.scm \
+ tests/mock-inferior.scm
TEST_EXTENSIONS = .scm