microcms-lisp-sdk/microcms-test.asd

7 lines
209 B
Text
Raw Permalink Normal View History

2025-04-21 01:36:52 +09:00
(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)))