Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rove instead of prove for caveman2 skeleton #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use rove instead of prove for caveman2 skeleton #121

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 13, 2020

Replace prove with rove for more feature complete testing framework.

This patch also puts the ASDF test system definition into skeleton.asd so you can just run:

(ql:quickload :skeleton)
(asdf:test-system :skeleton)

instead of loading skeleton-tests and running (asdf:test-system :skeleton-tests) separately.

This follows the the convention used by https://github.com/fukamachi/cl-project.

Fix #120

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.

Replace prove with rove for caveman2 skeleton
0 participants