Makefile: minor dependency fix in test
`
This commit is contained in:
parent
0f247adea6
commit
b9c1baa454
@ -37,7 +37,6 @@ run-test-transaction:
|
|||||||
./test-transaction
|
./test-transaction
|
||||||
|
|
||||||
TEST_CONNECTION_IMPLS := \
|
TEST_CONNECTION_IMPLS := \
|
||||||
proto_alpha_helpers.mli \
|
|
||||||
proto_alpha_helpers.ml \
|
proto_alpha_helpers.ml \
|
||||||
test_transaction.ml
|
test_transaction.ml
|
||||||
|
|
||||||
@ -57,7 +56,6 @@ run-test-origination:
|
|||||||
./test-origination
|
./test-origination
|
||||||
|
|
||||||
TEST_CONNECTION_IMPLS := \
|
TEST_CONNECTION_IMPLS := \
|
||||||
proto_alpha_helpers.mli \
|
|
||||||
proto_alpha_helpers.ml \
|
proto_alpha_helpers.ml \
|
||||||
test_origination.ml
|
test_origination.ml
|
||||||
|
|
||||||
@ -77,7 +75,6 @@ run-test-endorsement:
|
|||||||
./test-endorsement
|
./test-endorsement
|
||||||
|
|
||||||
TEST_CONNECTION_IMPLS := \
|
TEST_CONNECTION_IMPLS := \
|
||||||
proto_alpha_helpers.mli \
|
|
||||||
proto_alpha_helpers.ml \
|
proto_alpha_helpers.ml \
|
||||||
test_endorsement.ml
|
test_endorsement.ml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user