Skip to content

Commit

Permalink
Update source, eask-core.el
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 16, 2024
1 parent 1d42c02 commit 8adf143
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eask-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -3468,6 +3468,15 @@ Do you want to overwrite it? ")

;; ~/lisp/test/buttercup.el

;; ~/lisp/test/ecukes.el
(defun eask-test-ecukes--run (files)
"Run ecukes on FILES.

Modified from function `ecukes-cli/run'."
(ecukes-load)
(ecukes-reporter-use ecukes-cli-reporter)
(ecukes-run files))

;; ~/lisp/test/ert-runner.el

;; ~/lisp/test/ert.el
Expand Down

0 comments on commit 8adf143

Please sign in to comment.