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 @@ -233,7 +233,7 @@ test-all-vm: $(vm_tests:=.test)
233233test-slow-vm : $(slow_vm_tests:=.test )
234234test-vm : $(quick_vm_tests:=.test )
235235
236- tests/ethereum-tests/VMTests/% .test : tests/ethereum-tests/VMTests/% build
236+ tests/ethereum-tests/VMTests/% .test : tests/ethereum-tests/VMTests/% build-ocaml
237237 MODE=VMTESTS $(TEST ) $<
238238
239239# BlockchainTests
@@ -250,7 +250,7 @@ test-all-bchain: $(bchain_tests:=.test)
250250test-slow-bchain : $(bchain_tests:=.test )
251251test-bchain : $(quick_bchain_tests:=.test )
252252
253- tests/ethereum-tests/BlockchainTests/% .test : tests/ethereum-tests/BlockchainTests/% build
253+ tests/ethereum-tests/BlockchainTests/% .test : tests/ethereum-tests/BlockchainTests/% build-ocaml
254254 $(TEST ) $<
255255
256256# InteractiveTests
@@ -260,7 +260,7 @@ interactive_tests:=$(wildcard tests/interactive/*.json) \
260260
261261test-interactive : $(interactive_tests:=.test )
262262
263- tests/interactive/% .json.test : tests/interactive/% .json build
263+ tests/interactive/% .json.test : tests/interactive/% .json build-ocaml build-java
264264 $(TEST ) $< tests/templates/output-success.json
265265
266266tests/interactive/gas-analysis/% .evm.test : tests/interactive/gas-analysis/% .evm tests/interactive/gas-analysis/% .evm.out build
You can’t perform that action at this time.
0 commit comments