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

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

[nongnu] elpa/buttercup 669ca99 267/340: test: Split make rule test into


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 669ca99 267/340: test: Split make rule test into test-buttercup and test-docs
Date: Thu, 16 Dec 2021 14:59:48 -0500 (EST)

branch: elpa/buttercup
commit 669ca9985a32510ac892b50d508f3141f66512f3
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    test: Split make rule test into test-buttercup and test-docs
    
    Makes it easier to run just the tests you are working on.
---
 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5fd4070..58aac21 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,12 @@ DISTFILES := $(ELISP_FILES) buttercup-pkg.el README.md
 
 all: test
 
-test: compile
+test: test-buttercup test-docs
+
+test-buttercup: compile
        ./bin/buttercup -L . tests
+
+test-docs: compile
        $(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]