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

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

[nongnu] elpa/typescript-mode 53550968ee 1/2: Make "make test" run witho


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 53550968ee 1/2: Make "make test" run without eask. Simplify contributer testing.
Date: Fri, 17 Jan 2025 16:01:00 -0500 (EST)

branch: elpa/typescript-mode
commit 53550968ee36845d5ad9ea32ee214405843d7638
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Make "make test" run without eask. Simplify contributer testing.
---
 .github/workflows/build.yml | 1 +
 Makefile                    | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 25e219a34f..5096b4ef5c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,4 +41,5 @@ jobs:
       - name: Run a multi-line script
         run: |
           emacs --version
+          make build
           make test
diff --git a/Makefile b/Makefile
index 8046aa66e5..cf5829780d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,10 @@ ELCS = $(ELS:.el=.elc)
 clean:
        rm -f $(ELCS)
 
-eask: clean
+build: clean
        $(EASK) compile
 
-test: eask
+test:
        + $(EMACS) -Q -batch -L . -l typescript-mode-tests.el -f 
ert-run-tests-batch-and-exit
 
 # end



reply via email to

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