Check that the test database is being used in all the tests
This commit is contained in:
parent
b337c5fcb2
commit
ffdde6ba36
11 changed files with 22 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
(with-postgresql-connection
|
||||
"test-model-derivation"
|
||||
(lambda (conn)
|
||||
(check-test-database! conn)
|
||||
|
||||
(test-equal "valid-systems"
|
||||
'("aarch64-linux" "armhf-linux" "i686-linux" "mips64el-linux" "x86_64-linux")
|
||||
(valid-systems conn))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue