summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJen-Chieh Shen <jcs090218@gmail.com>2022-12-11 02:24:33 +0800
committerJen-Chieh Shen <jcs090218@gmail.com>2022-12-11 02:24:33 +0800
commitebb41659b4f896a0f075ce3c2ece969aa347ee76 (patch)
tree2d6d4acd27685fa78589b12bd41942c1f61c3bcc
parentac374550a8d0a8066534c57ba46137256608015a (diff)
downloadrust-mode-ebb41659b4f896a0f075ce3c2ece969aa347ee76.tar.gz
Add script directive for future use
-rw-r--r--Eask2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eask b/Eask
index 4f15a27..4fa5043 100644
--- a/Eask
+++ b/Eask
@@ -14,6 +14,8 @@
"rust-rustfmt.el"
"rust-utils.el")
+(script "test" "echo \"Error: no test specified\" && exit 1")
+
(depends-on "emacs" "25.1")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432