Skip to content

Commit 0114ac7

Browse files
committed
fixup! src,test: add V8 API to test the hash seed
1 parent 7bfe9bf commit 0114ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ test-v8-benchmarks: v8 ## Run the v8 test suite, benchmarks.
762762
$(TAP_V8_BENCHMARKS)
763763
$(call convert_to_junit,$(TAP_V8_BENCHMARKS_JSON))
764764

765-
test-v8-updates: ## Run the v8 test suite, updates.
765+
test-v8-updates: all ## Run the v8 test suite, updates.
766766
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) v8-updates
767767

768768
test-v8-all: test-v8 test-v8-intl test-v8-benchmarks test-v8-updates ## Run the entire V8 test suite, including intl, benchmarks, and updates.

0 commit comments

Comments
 (0)