Skip to content

Commit

Permalink
move walker/tests.lisp -> walker/tests/tests.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Nov 7, 2023
1 parent 6ff305f commit c3de5b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
File renamed without changes.
10 changes: 6 additions & 4 deletions micros.asd
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
;; (:file "snapshot")
;; (:file "sprof")
(:module "walker"
:components ((:file "walker")))))
:components ((:file "package")
(:file "types")
(:file "walker")
(:file "defun-form")))))
(:file "lsp-api")))

(defsystem "micros/tests"
:depends-on ("rove" "micros")
:serial t
:components ((:module "contrib"
:components ((:module "walker"
:components ((:file "tests")))))))
:pathname "contrib/walker/tests/"
:components ((:file "tests")))

0 comments on commit c3de5b4

Please sign in to comment.