Skip to content
Snippets Groups Projects
Commit dae35337 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Todd Gamblin
Browse files

Simplify unit tests listed in Contribution Guide (#2904)

* Simplify unit tests listed in Contribution Guide

* Use long name for option flags
parent 6bc7be92
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,10 @@ This allows you to develop iteratively: make a change, test that change, make ...@@ -75,7 +75,10 @@ This allows you to develop iteratively: make a change, test that change, make
another change, test that change, etc. To get a list of all available unit another change, test that change, etc. To get a list of all available unit
tests, run: tests, run:
.. command-output:: spack test --collect-only .. command-output:: spack test --list
A more detailed list of available unit tests can be found by running
``spack test --long-list``.
Unit tests are crucial to making sure bugs aren't introduced into Spack. If you Unit tests are crucial to making sure bugs aren't introduced into Spack. If you
are modifying core Spack libraries or adding new functionality, please consider are modifying core Spack libraries or adding new functionality, please consider
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment