mmo-project/lisp/client/mmo-client-sbcl/tests/main.lisp

12 lines
308 B
Common Lisp

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