Procházet zdrojové kódy

Added `make check` as alias for `make test`

Mahmoud Al-Qudsi před 8 roky
rodič
revize
4ebcb388a8
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -41,6 +41,8 @@ install-fish-completions:
 test: target/release/exa
 	cargo test --release $(CARGO_OPTS)
 
+check: test
+
 uninstall:
 	-rm -f -- "$(DESTDIR)$(PREFIX)/share/man/man1/exa.1"
 	-rm -f -- "$(DESTDIR)$(PREFIX)/bin/exa"