diff --git a/Eask b/Eask index 6c56a84..7c4ed89 100644 --- a/Eask +++ b/Eask @@ -7,6 +7,8 @@ (package-file "vs-light-theme.el") +(script "test" "echo \"Error: no test specified\" && exit 1") + (source "melpa") (depends-on "emacs" "24.1") diff --git a/Makefile b/Makefile index d4b044e..e92a368 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,4 @@ lint: $(EASK) lint package clean: - $(EASK) clean-all + $(EASK) clean all