uwsgi
uwsgi copied to clipboard
fix integration tests not running in uwsgi-2.0 branch
Because the tests target is not PHONY and the tests/ directory exists, integration tests were not running (make: 'tests' is up to date.). This pull request backports the .PHONY targets definition and fixes the php (missing file) and the pypy (inconsistent API for set_user_harakiri()) tests.