Skip to content

[Fix #1935] Add a test command to the emacs-eask project type#2026

Merged
bbatsov merged 1 commit into
masterfrom
feature/1935-eask-test-cmd
Jun 20, 2026
Merged

[Fix #1935] Add a test command to the emacs-eask project type#2026
bbatsov merged 1 commit into
masterfrom
feature/1935-eask-test-cmd

Conversation

@bbatsov

@bbatsov bbatsov commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Adds :test "eask test" to the emacs-eask project type so projectile-test-project works out of the box for Eask projects. As you noted in the issue, Eask auto-detects the test framework (buttercup, ERT, ...), so a framework-specific type isn't needed - the generic eask test covers it, mirroring how emacs-eldev has eldev test.

Fixes #1935.

`eask test' runs the project's tests with whatever framework Eask
auto-detects (buttercup, ERT, ...), so `projectile-test-project' now
works out of the box for Eask projects without needing a
framework-specific type.
@bbatsov bbatsov merged commit 0148194 into master Jun 20, 2026
10 checks passed
@bbatsov bbatsov deleted the feature/1935-eask-test-cmd branch June 20, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Suggested new project type : eask + buttercup

1 participant