Skip to content

Commit

Permalink
build: enable debugger tests in CI
Browse files Browse the repository at this point in the history
All the problems blocking #10361
have been resolved. This patch enables debugger in CI.
  • Loading branch information
thefourtheye committed Jan 30, 2017
1 parent 3bc4ee7 commit e6b277c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6b277c

Please sign in to comment.