TimeTrex/vendor/pear/mail/tests/Makefile

9 lines
106 B
Makefile

clean:
rm -f *.log *.php *.diff *.exp *.out
test:
cd .. && pear run-tests tests/*.phpt && cd tests;