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

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

[elpa] externals/objed 2e1e5c1 110/216: Run compilation as part of make


From: Stefan Monnier
Subject: [elpa] externals/objed 2e1e5c1 110/216: Run compilation as part of make test
Date: Tue, 8 Jan 2019 12:29:21 -0500 (EST)

branch: externals/objed
commit 2e1e5c1d71212b3f74e9ff32f3e56a1fc30e81bb
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Run compilation as part of make test
---
 Makefile   | 2 +-
 README.asc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4ba2ad7..411ba6b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ update:
 compile: clean
        emacs -Q -batch -l test/elpa.el -l test/make-compile.el
 
-test:
+test: compile
        emacs -Q -batch -l test/elpa.el -l test/make-test.el
 
 clean:
diff --git a/README.asc b/README.asc
index 7a04589..56c18cd 100644
--- a/README.asc
+++ b/README.asc
@@ -438,5 +438,5 @@ write text objects in a language agnostic way. Before 
submitting a PR
 please check your code compiles cleanly and all tests are passing:
 
 ```sh
-make compile && make test
+make test
 ```



reply via email to

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