landakram.stumpwm-prescient/tests/main.lisp
Mark Hudnall ff293c8e88 Initial commit
prescient without persistence
2021-03-24 23:03:34 -07:00

12 lines
316 B
Common Lisp

(defpackage stumpwm-prescient/tests/main
(:use :cl
:stumpwm-prescient
:rove))
(in-package :stumpwm-prescient/tests/main)
;; NOTE: To run this test file, execute `(asdf:test-system :stumpwm-prescient)' in your Lisp.
(deftest test-target-1
(testing "should (= 1 1) to be true"
(ok (= 1 1))))