diff --git a/Makefile b/Makefile index 1c79d27daf9403..58a334bec1dbf2 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ test-all-valgrind: test-build $(PYTHON) tools/test.py --mode=debug,release --valgrind CI_NATIVE_SUITES := addons -CI_JS_SUITES := doctool inspector known_issues message parallel \ +CI_JS_SUITES := debugger doctool inspector known_issues message parallel \ pseudo-tty sequential # Build and test addons without building anything else diff --git a/vcbuild.bat b/vcbuild.bat index db50372e562a60..f03196be2c31ee 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -39,7 +39,7 @@ set enable_vtune_arg= set configure_flags= set build_addons= set dll= -set ci_test_targets="addons doctool inspector known_issues message parallel sequential" +set ci_test_targets="addons debugger doctool inspector known_issues message parallel sequential" :next-arg if "%1"=="" goto args-done