From ebb41659b4f896a0f075ce3c2ece969aa347ee76 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Sun, 11 Dec 2022 02:24:33 +0800 Subject: Add script directive for future use --- Eask | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3