Skip to content

Commit 9135070

Browse files
author
Everett Hildenbrandt
committed
Makefile: more specific build dependencies for test-suites
1 parent e84763e commit 9135070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ test-all-vm: $(vm_tests:=.test)
233233
test-slow-vm: $(slow_vm_tests:=.test)
234234
test-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)
250250
test-slow-bchain: $(bchain_tests:=.test)
251251
test-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

261261
test-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

266266
tests/interactive/gas-analysis/%.evm.test: tests/interactive/gas-analysis/%.evm tests/interactive/gas-analysis/%.evm.out build

0 commit comments

Comments
 (0)