From 0fa9f69a97b9f695936b907424e4c3d1af6f7452 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 13 Feb 2026 20:57:05 -0800 Subject: Initial Commit --- tests/main.lisp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/main.lisp (limited to 'tests') 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)))) -- cgit v1.2.3