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:
Jonathon Anderson
2023-08-10 07:24:35 -06:00
parent ec15f0fe36
commit bf3995d6f5
3 changed files with 10 additions and 10 deletions

View File

@@ -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