Makefile: minor dependency fix in test`

This commit is contained in:
Grégoire Henry 2017-04-13 22:15:33 +02:00
parent 0f247adea6
commit b9c1baa454

View File

@ -37,7 +37,6 @@ run-test-transaction:
./test-transaction
TEST_CONNECTION_IMPLS := \
proto_alpha_helpers.mli \
proto_alpha_helpers.ml \
test_transaction.ml
@ -57,7 +56,6 @@ run-test-origination:
./test-origination
TEST_CONNECTION_IMPLS := \
proto_alpha_helpers.mli \
proto_alpha_helpers.ml \
test_origination.ml
@ -77,7 +75,6 @@ run-test-endorsement:
./test-endorsement
TEST_CONNECTION_IMPLS := \
proto_alpha_helpers.mli \
proto_alpha_helpers.ml \
test_endorsement.ml