Skip to content

Commit

Permalink
Added make clean-test to Makefile.frag.
Browse files Browse the repository at this point in the history
This deletes up all .diff .exp .log .out .php .sh and .mem files from the tests
folder.
  • Loading branch information
jasny authored and derickr committed Jun 11, 2019
1 parent f6e0f0a commit a0b82a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.frag
Expand Up @@ -30,3 +30,6 @@ show-install-instructions:

findphp:
@echo $(PHP_EXECUTABLE)

clean-tests:
rm -f tests/*.diff tests/*.exp tests/*.log tests/*.out tests/*.php tests/*.sh tests/*.mem

0 comments on commit a0b82a7

Please sign in to comment.