Skip to content

Commit

Permalink
add micros/test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Aug 16, 2023
1 parent 991d5c8 commit 23d8f3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contrib/micros-test-runner.lisp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(defpackage :micros/test-runner
(:use :cl))
(in-package :micros/test-runner)

(micros/swank-api:defslimefun run-test (name package-name)
(uiop:symbol-call '#:rove '#:run-tests

This comment has been minimized.

Copy link
@Sasanidas

Sasanidas Aug 19, 2023

Member

Maybe add integration for other test frameworks? (or a general framework to add more in an easy way)

(list (read-from-string (format nil "~A::~A" package-name name)))))
1 change: 1 addition & 0 deletions micros.asd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
(:file "micros-systems")
(:file "micros-pretty-eval")
(:file "micros-trace")
(:file "micros-test-runner")
;; (:file "micros-asdf")
;; (:file "micros-buffer-streams")
;; (:file "clipboard")
Expand Down

0 comments on commit 23d8f3d

Please sign in to comment.