summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/package.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/package.lisp b/tests/package.lisp
new file mode 100644
index 0000000..8183edf
--- /dev/null
+++ b/tests/package.lisp
@@ -0,0 +1,6 @@
+(defpackage :ybackup/test
+ (:use common-lisp fiveam))
+
+(in-package :ybackup/test)
+(def-suite ybackup-tests
+ :description "Root test suite for ybackup.")