clean:
	rm -f *.log *.php *.diff *.exp *.out



test:
	cd .. && pear run-tests tests/*.phpt && cd tests;