File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -246,22 +246,22 @@ test-timers-clean:
246246
247247
248248ifneq ("","$(wildcard deps/v8/tools/run-tests.py) ")
249- test-v8 :
249+ test-v8 : v8
250250 # note: performs full test unless QUICKCHECK is specified
251251 deps/v8/tools/run-tests.py --arch=$(V8_ARCH ) \
252252 --mode =$(BUILDTYPE_LOWER ) $(V8_TEST_OPTIONS ) $(QUICKCHECK_ARG ) \
253253 --no-presubmit \
254254 --shell-dir=$(PWD ) /deps/v8/out/$(V8_ARCH ) .$(BUILDTYPE_LOWER ) \
255255 $(TAP_V8 )
256256
257- test-v8-intl :
257+ test-v8-intl : v8
258258 # note: performs full test unless QUICKCHECK is specified
259259 deps/v8/tools/run-tests.py --arch=$(V8_ARCH ) \
260260 --mode =$(BUILDTYPE_LOWER ) --no-presubmit $(QUICKCHECK_ARG ) \
261261 --shell-dir=deps/v8/out/$(V8_ARCH ) .$(BUILDTYPE_LOWER ) intl \
262262 $(TAP_V8_INTL )
263263
264- test-v8-benchmarks :
264+ test-v8-benchmarks : v8
265265 deps/v8/tools/run-tests.py --arch=$(V8_ARCH ) --mode=$(BUILDTYPE_LOWER ) \
266266 --download-data $(QUICKCHECK_ARG) --no-presubmit \
267267 --shell-dir =deps/v8/out/$(V8_ARCH ) .$(BUILDTYPE_LOWER ) benchmarks \
You can’t perform that action at this time.
0 commit comments