Re-organize test files

This commit is contained in:
Marcus Kammer 2024-04-21 11:36:00 +02:00
parent b4738fc5db
commit 47768661d1
Signed by: marcuskammer
GPG key ID: C374817BE285268F
13 changed files with 5 additions and 11 deletions

View file

@ -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)))