Skip to content

Commit

Permalink
synchroscope (part A)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Dec 30, 2023
1 parent 1c1ee39 commit a04723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc.asd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:description "The Open Sound Control protocol, aka OSC"
:version "0.9.1"
:components ((:file "osc"))
:in-order-to ((test-op (test-op "osc/tests"))))
:in-order-to ((test-op (load-op "osc/tests"))))

;; regression testing. can be ignored/disabled at run time if required
(defsystem "osc/tests"
Expand Down

0 comments on commit a04723c

Please sign in to comment.