summaryrefslogtreecommitdiff
path: root/tests/database.scm
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-07-27 13:43:53 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-07-27 14:17:10 +0200
commitad267dc86aeea70b3e1e83914f808f21ce98118f (patch)
tree141a3b4d03a375ab64357bb747b8967d9790aad0 /tests/database.scm
parentschema: Builds: Add 'evaluation' column. (diff)
downloadcuirass-ad267dc86aeea70b3e1e83914f808f21ce98118f.tar.gz
tests: Add missing test group statements.
* tests/base.scm: Add missing 'test-begin' and 'test-end'. * tests/database.scm: Likewise. * tests/ui.scm: Likewise. * tests/utils.scm: Likewise.
Diffstat (limited to 'tests/database.scm')
-rw-r--r--tests/database.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/database.scm b/tests/database.scm
index 7fa9f1b..eecef8b 100644
--- a/tests/database.scm
+++ b/tests/database.scm
@@ -45,6 +45,8 @@
;; Global Slot for a job ID in the database.
(make-parameter #t))
+(test-begin "database")
+
(parameterize
((%package-database
;; Use an empty and temporary database for the tests.
@@ -84,3 +86,5 @@
(db-close (%db))))
(λ ()
(delete-file (%package-database)))))
+
+(test-end)