Add a mock-inferior module

This to help test code which uses the (guix inferior) module.
This commit is contained in:
Christopher Baines 2019-05-12 16:58:56 +01:00
parent d212682061
commit 0ab1c71722
2 changed files with 47 additions and 1 deletions

View file

@ -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