Add a (tests driver) module

Using the test driver from build-aux/test-driver.scm, as this shows the test
errors when tests fail.
This commit is contained in:
Christopher Baines 2019-05-12 16:58:22 +01:00
parent de76f89cb3
commit d212682061
2 changed files with 117 additions and 1 deletions

View file

@ -56,7 +56,8 @@ SOURCES = \
guix-data-service/web/sxml.scm \
guix-data-service/web/query-parameters.scm \
guix-data-service/web/util.scm \
guix-data-service/web/view/html.scm
guix-data-service/web/view/html.scm \
tests/driver.scm
TEST_EXTENSIONS = .scm