How to run all fiveam tests from command line? #88
tadas-subonis
started this conversation in
General
Replies: 1 comment
-
You should define the tests within a test suite, then you can run the tests in that test suite using (5am:run! :test-suite). For example, see https://github.com/sionescu/static-vectors/blob/master/tests/static-vectors-tests.lisp |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The project is using asdf. Is there a simple command that I can use to run all of the tests?
Beta Was this translation helpful? Give feedback.
All reactions