Skip to content

Commit

Permalink
Consolidate ASD files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jan 28, 2025
1 parent 0acaacd commit 6c50f2e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
12 changes: 0 additions & 12 deletions random-state-test.asd

This file was deleted.

14 changes: 0 additions & 14 deletions random-state-viewer.asd

This file was deleted.

28 changes: 28 additions & 0 deletions random-state.asd
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,31 @@
(:file "documentation"))
:depends-on (:documentation-utils)
:in-order-to ((asdf:test-op (asdf:test-op :random-state-test))))

(asdf:defsystem random-state/test
:version "1.0.0"
:author "Yukari Hafner <[email protected]>"
:license "zlib"
:description "Portable random number generation."
:homepage "https://Shinmera.github.io/random-state/"
:bug-tracker "https://github.com/Shinmera/random-state/issues"
:source-control (:git "https://github.com/Shinmera/random-state.git")
:serial T
:components ((:file "test"))
:depends-on (:random-state :parachute)
:perform (asdf:test-op (op c) (uiop:symbol-call :parachute :test :org.shirakumo.random-state.test)))

(asdf:defsystem random-state/viewer
:version "1.0.0"
:author "Yukari Hafner <[email protected]>"
:license "zlib"
:description "Visualiser for the random number generators"
:homepage "https://Shinmera.github.io/random-state/"
:bug-tracker "https://github.com/Shinmera/random-state/issues"
:source-control (:git "https://github.com/Shinmera/random-state.git")
:serial T
:components ((:file "viewer"))
:depends-on (:random-state
:zpng
:trivial-features
:uiop))

0 comments on commit 6c50f2e

Please sign in to comment.