emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy e73907d 063/133: Changed test command


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy e73907d 063/133: Changed test command
Date: Sat, 27 Mar 2021 14:48:44 -0400 (EDT)

branch: externals/ssh-deploy
commit e73907d1abe4cde1393b7d2cc902a194318940c4
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Changed test command
---
 Makefile  | 4 ++--
 README.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index b961126..2f607b6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ EMACS_CMD := $(EMACS) -Q -batch -L .
 EL  := ssh-deploy-diff-mode.el ssh-deploy-test.el ssh-deploy.el
 ELC := $(EL:.el=.elc)
 
-.PHONY: tests
-tests:
+.PHONY: test
+test:
        $(EMACS_CMD) -l ssh-deploy-test.el
 
 .PHONY: clean
diff --git a/README.md b/README.md
index 4e20779..f996f90 100644
--- a/README.md
+++ b/README.md
@@ -257,7 +257,7 @@ Ange-FTP defaults to `~/.netrc` so you need to add this to 
your init script:
 
 ## Tests
 
-Run `make tests` from plug-in folder to run tests, if you need to specify 
specific Emacs use export syntax i.e. `export emacs="YOUR_PATH" && make tests`
+Run `make test` from plug-in folder to run tests, if you need to specify 
specific Emacs use export syntax i.e. `export emacs="YOUR_PATH" && make tests`
 
 ## Read more
 * [Tramp](https://www.gnu.org/software/tramp/) - Transparent Remote (file) 
Access, Multiple Protocol



reply via email to

[Prev in Thread] Current Thread [Next in Thread]