init
This commit is contained in:
commit
72ef5ae639
12 changed files with 174 additions and 0 deletions
tests
10
tests/example.lisp
Normal file
10
tests/example.lisp
Normal file
|
@ -0,0 +1,10 @@
|
|||
(defpackage #:hp-tests/example
|
||||
(:use #:cl
|
||||
#:fiveam))
|
||||
(in-package #:hp-tests/example)
|
||||
|
||||
(def-suite example-test)
|
||||
(in-suite example-test)
|
||||
|
||||
(test adder-test
|
||||
(is (= (+ 1 1) 2)))
|
Loading…
Add table
Add a link
Reference in a new issue