Skip to content

Commit 9fad9ad

Browse files
committed
Enable phpdbg tests on AppVeyor
1 parent 9d5dafe commit 9fad9ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor/test_task.bat

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ if not exist "%PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\en_US.aff" (
9191
mkdir %USERPROFILE%\enchant\myspell
9292
copy %PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\* %USERPROFILE%\enchant\myspell
9393

94+
set TEST_PHPDBG_EXECUTABLE=%PHP_BUILD_OBJ_DIR%\Release
95+
if "%THREAD_SAFE%" equ "1" set TEST_PHPDBG_EXECUTABLE=%TEST_PHPDBG_EXECUTABLE%_TS
96+
set TEST_PHPDBG_EXECUTABLE=%TEST_PHPDBG_EXECUTABLE%\phpdbg.exe
97+
9498
mkdir c:\tests_tmp
9599

96100
set TEST_PHP_JUNIT=c:\junit.out.xml

0 commit comments

Comments
 (0)