Skip to content

Commit 00be6ff

Browse files
committed
test gmp
1 parent cba9f03 commit 00be6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ function main(): void
754754
$ignored_by_ext = 0;
755755
sort($exts_to_test);
756756
$test_dirs = [];
757-
$optionals = ['ext/enchant'];
757+
$optionals = ['ext/bcmath', 'ext/gmp'];
758758

759759
foreach ($optionals as $dir) {
760760
if (is_dir($dir)) {

0 commit comments

Comments
 (0)