From d1617148df1b4e260f9ff99152a691471eb46cfb Mon Sep 17 00:00:00 2001 From: Alexandre Rossi Date: Mon, 4 Nov 2024 17:44:32 +0100 Subject: [PATCH] fix integration tests not running in uwsgi-2.0 branch --- Makefile | 2 ++ t/php/test.php | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 t/php/test.php diff --git a/Makefile b/Makefile index 96bfe00110..fd2e3301c6 100644 --- a/Makefile +++ b/Makefile @@ -22,3 +22,5 @@ tests: %: $(PYTHON) uwsgiconfig.py --build $@ + +.PHONY: all clean check tests diff --git a/t/php/test.php b/t/php/test.php new file mode 100644 index 0000000000..95c760b1b2 --- /dev/null +++ b/t/php/test.php @@ -0,0 +1,23 @@ +