Skip to content

Commit

Permalink
Added a new test.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 18, 2021
1 parent 0de1153 commit 308576f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions t/core.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
(asdf:component-version system))))))


(deftest test-lisp-implementation
(deftest test-absent-system-info
(testing "Checking if we can get system info and it will have the version from ASDF"
(ok (equal (lisp-implementation-type)
"SBCL"))))
(let ((info (cl-info:get-system-info :unknown-system)))
(ok (not (null info)))
(ok (cl-info:absent-p info)))))

0 comments on commit 308576f

Please sign in to comment.