Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
noresources committed Oct 31, 2024
1 parent b9124e1 commit 7b58c3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ tests: parsers-tests php-tests xsh-tests xslt-tests

parsers-tests:
@echo Parsers
@tools/sh/run-tests.sh parsers $(ARGS)
@tools/sh/run-tests.sh parsers

php-tests:
@echo PHP
@tools/sh/run-tests.sh php $(ARGS)
@tools/sh/run-tests.sh php

xsh-tests:
@echo XSH library
@tools/sh/run-tests.sh xsh $(ARGS)

xslt-tests:
@echo XSLT library
@tools/sh/run-tests.sh xslt $(ARGS)
@tools/sh/run-tests.sh xslt

0 comments on commit 7b58c3f

Please sign in to comment.