Rename hp to website

This commit is contained in:
Akira Tempaku 2025-05-02 09:39:55 +09:00
parent 33e23d9f95
commit b69fcee7a1
Signed by: paku
GPG key ID: 5B4E8402BCC50607
21 changed files with 77 additions and 70 deletions

7
website-tests.asd Normal file
View file

@ -0,0 +1,7 @@
(defsystem "website-tests"
:class :package-inferred-system
:pathname "tests"
:depends-on ("fiveam"
"website-tests/example")
:perform (test-op (o c)
(symbol-call :fiveam :run-all-tests)))