Check that the test database is being used in all the tests

This commit is contained in:
Christopher Baines 2020-02-24 21:16:41 +00:00
parent b337c5fcb2
commit ffdde6ba36
11 changed files with 22 additions and 0 deletions

View file

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