From 75e14575b4ae1a0cc428ccf2944c314b0c908f93 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 11 Mar 2024 22:44:57 +0900 Subject: feat: add minimum test --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..db03d11 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: run +run: + php -d memory_limit=4G -d opcache.enable_cli=on -d opcache.jit=on -d opcache.jit_buffer_size=1G examples/php-on-wasm/php-wasm.php + +.PHONY: test +test: + @bash test.sh -- cgit v1.2.3-70-g09d2