diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/main.lisp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/main.lisp b/tests/main.lisp new file mode 100644 index 0000000..84d23a9 --- /dev/null +++ b/tests/main.lisp @@ -0,0 +1,10 @@ +(defpackage matrix-bot/tests/main + (:use :cl + :matrix-bot + :rove)) +(in-package :matrix-bot/tests/main) + +;; NOTE: To run this test file, execute `(asdf:test-system :matrix-bot)' in your Lisp. +(deftest test-target-1 + (testing "should (= 1 1) to be true" + (ok (= 1 1)))) |
