Fix test suite configuration
This commit is contained in:
parent
a678b04a81
commit
ecc0d234d4
4 changed files with 5 additions and 4 deletions
3
hssg.asd
3
hssg.asd
|
@ -55,4 +55,5 @@
|
|||
:components ((:module "test"
|
||||
:components ((:module "hssg"
|
||||
:components ((:file "package")
|
||||
(:file "main")))))))
|
||||
(:file "main")
|
||||
(:file "template")))))))
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
:description "The root suite of all tests.")
|
||||
|
||||
(def-suite hssg
|
||||
:description ""
|
||||
:description "Parent suite of tests for the HSSG core"
|
||||
:in hssg/test:all-tests)
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
(:documentation "Main test package")
|
||||
(:use #:cl #:fiveam)
|
||||
(:export test-all all-tests))
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
(in-package #:hssg/test)
|
||||
|
||||
(def-suite hssg/template
|
||||
:description "Tests for the HTML template engine")
|
||||
:description "Tests for the HTML template engine"
|
||||
:in hssg)
|
||||
|
||||
(in-suite hssg/template)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue