Closed
Description
As per discussion in #18545 (comment), we should better document our make
targets.
Step 1 would be to assemble a list of make
targets which contributors and committers currently use. The following come to mind for me (in approximate order of build):
make miniperl
make minitest_prep
make minitest
make
make test_porting
make test_harness
Are there others?
Step 2 would be to prepare a list of make
targets we don't currently have but would be nice to have. For example, targets to run tests for just those *.t
files in a particular directory tree, whether with miniperl
or perl
.