Tweak package/test definitions

No functional change.
This commit is contained in:
Jaidyn Ann 2024-08-22 12:07:56 -05:00
parent f7a86b86da
commit e1c1be096a
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
:author "Jaidyn Ann <jadedctrl@posteo.at>"
:description "Tests for all activity-servist subpacakges."
:depends-on (:activity-servist/tests/activity-streams
:depends-on (:activity-servist/tests/activity-vocabulary
:activity-servist/tests/json-ld
:activity-servist/tests/signatures
:alexandria :lisp-unit2)

View File

@ -37,7 +37,7 @@
;;; ————————————————————————————————————————
(defmacro relative-pathname (path)
"Return an absolute path adding the relative PATH to the systems path."
`(asdf:system-relative-pathname :activity-servist/tests/activity-streams ,path))
`(asdf:system-relative-pathname :activity-servist/tests/activity-vocabulary ,path))
(defmacro define-json-test (path tags)
"Define a lisp-unit2 test for parsing of the given JSON file.