Clean up test targets in Makefile
Most notably, replaces the test-it target with a more simply named test target. Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -21,12 +21,12 @@ vet`` on the full codebase.
|
||||
Running the full test suite
|
||||
===========================
|
||||
|
||||
The Warewulf ``Makefile`` includes a ``test-it`` target which runs the
|
||||
The Warewulf ``Makefile`` includes a ``test`` target which runs the
|
||||
full test suite.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ make test-it
|
||||
$ make test
|
||||
|
||||
|
||||
Using delve
|
||||
|
||||
Reference in New Issue
Block a user