This commit is contained in:
Alexander Artemenko 2018-01-28 01:08:45 +03:00
commit 5b3b2a35af
20 changed files with 974 additions and 0 deletions

12
t/core.lisp Normal file
View file

@ -0,0 +1,12 @@
(defpackage #:cl-info-test/core
(:use #:cl
#:cl-info/core
#:rove
#:hamcrest/rove))
(in-package cl-info-test/core)
(deftest test-some-staff
(testing "Replace this test with real staff."
(assert-that (foo 1 2)
(contains 1 2))))