Procházet zdrojové kódy

Makefile: Test tx binary along with crate test on make test.

parazyd před 4 roky
rodič
revize
ec8711cd38
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -24,6 +24,8 @@ $(BINS): $(BINDEPS)
 
 test:
 	$(CARGO) test --release --all-features
+	$(CARGO) build --release --all-features --bin tx
+	./target/release/tx
 
 fix:
 	$(CARGO) clippy --release --all-features --fix --allow-dirty