2025-05-02 09:39:55 +09:00
|
|
|
(defsystem "website-tests"
|
2024-12-20 15:25:14 +09:00
|
|
|
:class :package-inferred-system
|
2024-01-30 00:48:47 +09:00
|
|
|
:pathname "tests"
|
|
|
|
:depends-on ("fiveam"
|
2025-05-02 09:39:55 +09:00
|
|
|
"website-tests/example")
|
2024-01-30 00:48:47 +09:00
|
|
|
:perform (test-op (o c)
|
|
|
|
(symbol-call :fiveam :run-all-tests)))
|