Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-integration.bat')
-rw-r--r--scripts/test-integration.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat
index 8ab9e7d76dd..b2a9653ea6f 100644
--- a/scripts/test-integration.bat
+++ b/scripts/test-integration.bat
@@ -33,6 +33,7 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
:: compile-extension:json-language-features-server^
:: compile-extension:git^
:: compile-extension:ipynb^
+ :: compile-extension:configuration-editing^
:: compile-extension-media
:: Configuration for more verbose output
@@ -102,6 +103,12 @@ mkdir %IPYNBWORKSPACE%
call "%INTEGRATION_TEST_ELECTRON_PATH%" %IPYNBWORKSPACE% --extensionDevelopmentPath=%~dp0\..\extensions\ipynb --extensionTestsPath=%~dp0\..\extensions\ipynb\out\test %API_TESTS_EXTRA_ARGS%
if %errorlevel% neq 0 exit /b %errorlevel%
+echo.
+echo ### Configuration editing tests
+set CFWORKSPACE=%TEMPDIR%\cf-%RANDOM%
+mkdir %CFWORKSPACE%
+call "%INTEGRATION_TEST_ELECTRON_PATH%" %CFWORKSPACE% --extensionDevelopmentPath=%~dp0\..\extensions\configuration-editing --extensionTestsPath=%~dp0\..\extensions\configuration-editing\out\test %API_TESTS_EXTRA_ARGS%
+if %errorlevel% neq 0 exit /b %errorlevel%
:: Tests standalone (CommonJS)