Explorar el Código

src/contract/money: update Makefile

aggstam hace 3 años
padre
commit
f029d9ab0f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/contract/money/Makefile

+ 2 - 2
src/contract/money/Makefile

@@ -48,9 +48,9 @@ bench:
 		--package darkfi-money-contract \
 		--package darkfi-money-contract \
 		--test verification_bench $(FILTER)
 		--test verification_bench $(FILTER)
 
 
-test: test-integration test-mint-pay-swap
+test: test-integration test-mint-pay-swap test-txs-verification
 
 
 clean:
 clean:
 	rm -f $(PROOFS_BIN) $(WASM_BIN)
 	rm -f $(PROOFS_BIN) $(WASM_BIN)
 
 
-.PHONY: all test-integration test-mint-pay-swap bench test clean
+.PHONY: all test-integration test-mint-pay-swap test-txs-verification bench test clean