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

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

[nongnu] elpa/popup caff40c127: Add default script directive


From: ELPA Syncer
Subject: [nongnu] elpa/popup caff40c127: Add default script directive
Date: Sat, 10 Dec 2022 03:59:19 -0500 (EST)

branch: elpa/popup
commit caff40c12770c9426a727f96e04a7d42f91a0b19
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    Add default script directive
---
 Eask     | 2 ++
 Makefile | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Eask b/Eask
index 061cee251b..fa68c7119f 100644
--- a/Eask
+++ b/Eask
@@ -7,6 +7,8 @@
 
 (package-file "popup.el")
 
+(script "test" "echo \"Error: no test specified\" && exit 1")
+
 (source "gnu")
 (source "melpa")
 
diff --git a/Makefile b/Makefile
index d4b044e4b1..e92a368aa7 100644
--- a/Makefile
+++ b/Makefile
@@ -30,4 +30,4 @@ lint:
        $(EASK) lint package
 
 clean:
-       $(EASK) clean-all
+       $(EASK) clean all



reply via email to

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