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:
parent
de76f89cb3
commit
d212682061
2 changed files with 117 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue