abeltje / Test-Smoke

The Perl5 Core Smoke framework
6 stars 15 forks source link

Add a target to the makefile to run the xt/ tests #64

Closed abeltje closed 2 years ago

abeltje commented 2 years ago

No convention but on IRC#smoke:

17:41:14    Bram | Is there a make target to run the tests in xt/?
19:26:26 abeltje | no make target for running tests in xt/; is there a convention for that?
19:29:36  ilmari | dzil has an `xtest` command to run them

So I named it xtest and used XTEST_FILES to select files to run:

   `make xtest TEST_VERBOSE=1 XTEST_FILES=xt/0*.t`

but this also works:

    `make xtest`