-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
How to run Rove from the command line ? "component … not found" #44
Comments
I'm getting this same error when running tests from the command line. Is there a missing step? |
If helpful, this (very simple) library uses rove with pretty much full coverage, and the readme describes how to run the test suite in various ways. |
Thank you @jonatack. When I download your project and run |
@benjamincassidy I run the tests using any of these incantations from the command line: https://github.com/jonatack/cl-kraken#tests (with this asd file: https://github.com/jonatack/cl-kraken/blob/master/cl-kraken.asd) |
@jonatack You mean, these incantations are for the Lisp REPL. You don't use |
Oh, sorry no, I've never been able to install Roswell (on Debian). Haven't tried in the past year, however. |
Having the same problem with my cl-project generated code, which uses rove. @fukamachi any help? |
Hi,
I tried to run
rove
from the command line from your jsonrpc project that is show in the README. I only get the errorThe jsonrpc test definition: https://github.com/fukamachi/jsonrpc/blob/master/tests/request-response.lisp
Is there some Roswell code to include at the top of a test file, or is it supposed to work out of the box?
thanks
The text was updated successfully, but these errors were encountered: