Skip to content

Commit

Permalink
move *.asd to toplevel
Browse files Browse the repository at this point in the history
  • Loading branch information
elderica committed Feb 17, 2024
1 parent cb6265d commit 5a583c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dezero-naive.asd → dezero-naive.asd
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
:license "BSD 2-Clause"
:depends-on (:trivial-garbage
:array-operations)
:pathname "src/"
:components ((:file "core"))
:in-order-to ((test-op (test-op "dezero-naive.test"))))
1 change: 1 addition & 0 deletions tests/dezero-naive.test.asd → dezero-naive.test.asd
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
:licence "BSD 2-Clauses"
:depends-on (:rove
:dezero-naive)
:pathname "tests/"
:components ((:file "test-suite"))
:perform (test-op (op c) (uiop:symbol-call :rove :run-suite :dezero-naive.test)))

0 comments on commit 5a583c0

Please sign in to comment.