Skip to content

Commit

Permalink
deps,test: bump googletest to 39f72ea6f5
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Apr 22, 2019
1 parent 8e1e994 commit e356807
Show file tree
Hide file tree
Showing 38 changed files with 26,657 additions and 31,164 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ tools/clang-format/node_modules
# test artifacts
icu_config.gypi
*.tap
/*.xml

# Xcode workspaces and project folders
*.xcodeproj
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ test-ci-js: | clear-stalled
# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
test-ci: LOGLEVEL := info
test-ci: | clear-stalled build-addons build-js-native-api-tests build-node-api-tests doc-only
out/Release/cctest --gtest_output=tap:cctest.tap
out/Release/cctest --gtest_output=xml:out/junit/cctest.xml
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
$(TEST_CI_ARGS) $(CI_JS_SUITES) $(CI_NATIVE_SUITES) $(CI_DOC)
Expand Down
24 changes: 0 additions & 24 deletions deps/gtest/gtest.gyp

This file was deleted.

294 changes: 0 additions & 294 deletions deps/gtest/include/gtest/gtest-death-test.h

This file was deleted.

Loading

0 comments on commit e356807

Please sign in to comment.