Testing on the V track

Learn how to test your V exercises on Exercism


Running tests

To run tests for a specific implementation of an exercise, here are the recommended steps:

  1. create your implementation in [SLUG].v
  2. cd to the directory where [SLUG].v and run_test.v are located
  3. run v -stats test run_test.v

Testing in V

For more information on testing in V, refer to the official docs