Skip to content

Commit

Permalink
Merge pull request #51 from kilianmh/feat/asdf-test-system
Browse files Browse the repository at this point in the history
Feat: support asdf:test-system
  • Loading branch information
Zulu-Inuoe authored Aug 28, 2023
2 parents 4f16067 + 5f9932c commit fc92f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/com.inuoe.jzon.asd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
(:feature (:not :ecl) #:float-features)
#:trivial-gray-streams
#:uiop)
:in-order-to ((test-op (test-op "com.inuoe.jzon-tests")))
:components ((:file "eisel-lemire")
(:file "ratio-to-double")
(:file "schubfach")
Expand Down
2 changes: 2 additions & 0 deletions test/com.inuoe.jzon-tests.asd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
:license "MIT"
:components
((:file "jzon-tests"))
:perform
(test-op (o c) (symbol-call '#:com.inuoe.jzon-tests '#:run))
:depends-on
(#:alexandria
#:fiveam
Expand Down

0 comments on commit fc92f14

Please sign in to comment.