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

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

[nongnu] elpa/webpaste c9d1de0 076/298: Added Makefile for running tests


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste c9d1de0 076/298: Added Makefile for running tests
Date: Thu, 9 Dec 2021 18:59:47 -0500 (EST)

branch: elpa/webpaste
commit c9d1de00ff52fe931cf0fc3e0ba95f8197935841
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Added Makefile for running tests
---
 Makefile | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d908c91
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,20 @@
+EMACS ?= emacs
+CASK ?= cask
+
+all: test
+
+test:
+       ${MAKE} clean
+       ${MAKE} unit
+       ${MAKE} compile
+       ${MAKE} unit
+       ${MAKE} clean
+
+unit:
+       ${CASK} exec ert-runner
+
+compile:
+       ${CASK} build
+
+clean:
+       ${CASK} clean-elc



reply via email to

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