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

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

[nongnu] elpa/buttercup 07cf64b 140/340: Run test-buttercup.el before te


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 07cf64b 140/340: Run test-buttercup.el before tests in writing-tests.md
Date: Thu, 16 Dec 2021 14:59:21 -0500 (EST)

branch: elpa/buttercup
commit 07cf64bb0a811c33b537c95a840b5a0374713678
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Jorgen Schäfer <Jorgen.Schaefer@gmail.com>

    Run test-buttercup.el before tests in writing-tests.md
    
    Since make stops at the first failed command, and "test-buttercup.el"
    contains more low-level tests that are usually more helpful when
    debugging, it makes sense to run it first.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1802b07..dddc6f4 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ DISTFILES := $(ELISP_FILES) buttercup-pkg.el README.md
 all: test
 
 test: compile
-       $(EMACS) -batch -L . -l buttercup.el -f buttercup-run-markdown 
docs/writing-tests.md
        ./bin/buttercup -L .
+       $(EMACS) -batch -L . -l buttercup.el -f buttercup-run-markdown 
docs/writing-tests.md
 
 compile: $(patsubst %.el,%.elc,$(ELISP_FILES))
 



reply via email to

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