Re-organize test files
This commit is contained in:
parent
b4738fc5db
commit
47768661d1
13 changed files with 5 additions and 11 deletions
|
@ -37,13 +37,9 @@
|
|||
:components ((:module "tests"
|
||||
:components
|
||||
((:file "main")
|
||||
(:file "utility")))
|
||||
(:module "tests/layout"
|
||||
:components
|
||||
((:file "grid")))
|
||||
(:module "tests/component"
|
||||
:components
|
||||
((:file "accordion")
|
||||
(:file "utility")
|
||||
(:file "grid")
|
||||
(:file "accordion")
|
||||
(:file "alert")
|
||||
(:file "badge")
|
||||
(:file "button")
|
||||
|
@ -52,9 +48,7 @@
|
|||
(:file "list-group")
|
||||
(:file "navbar")
|
||||
(:file "nav-tab")
|
||||
(:file "form")))
|
||||
(:module "tests/pattern"
|
||||
:components
|
||||
((:file "questionnaire"))))
|
||||
(:file "form")
|
||||
(:file "questionnaire"))))
|
||||
:description "Test system for dev.metalisp.sbt"
|
||||
:perform (test-op (op c) (symbol-call :rove :run c)))
|
||||
|
|
Loading…
Add table
Reference in a new issue