This commit is contained in:
Akira Tempaku 2025-04-21 01:36:52 +09:00
parent 47c182ff4b
commit 574b760ff7
Signed by: paku
GPG key ID: 5B4E8402BCC50607
10 changed files with 278 additions and 90 deletions

6
microcms-test.asd Normal file
View file

@ -0,0 +1,6 @@
(defsystem "microcms-test"
:class :package-inferred-system
:pathname "tests"
:depends-on ("rove"
"microcms-test/client")
:perform (test-op (o c) (symbol-call :rove :run c :style :dot)))