Add full tests

This commit is contained in:
crazywhalecc
2024-10-03 15:38:50 +08:00
committed by Jerry Ma
parent 67a31ef4fa
commit d93c8fcb45

View File

@@ -26,7 +26,7 @@ $prefer_pre_built = true;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`). // If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) { $extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => '', 'Linux', 'Darwin' => '',
'Windows' => '', 'Windows' => 'bcmath',
}; };
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`). // If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).