TimeTrex/vendor/pear/mail_mime/tests/Makefile

9 lines
106 B
Makefile
Raw Normal View History

2022-12-13 07:10:06 +01:00
clean:
rm -f *.log *.php *.diff *.exp *.out
test:
cd .. && pear run-tests tests/*.phpt && cd tests;