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

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

[nongnu] elpa/buttercup 360953b 266/340: test: Only run tests found in t


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 360953b 266/340: test: Only run tests found in the tests/ directory
Date: Thu, 16 Dec 2021 14:59:48 -0500 (EST)

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

    test: Only run tests found in the tests/ directory
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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