Skip to content

Commit

Permalink
Minor improvements from lacrosse-0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Aug 4, 2024
1 parent 7a9686a commit 3189daf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shop3/silent-shop-test.lisp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

(defmethod asdf:perform :around ((op asdf:test-op)
(component shop2-asd::shop-tester-mixin))
(let ((shop::*silent* t))
(declare (special shop::*silent*))
(call-next-method)))

0 comments on commit 3189daf

Please sign in to comment.