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

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

[nongnu] elpa/kotlin-mode d4e97ffa4b 095/162: Switch from using a Bash s


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode d4e97ffa4b 095/162: Switch from using a Bash script to using Make for the tests. Though 'cask exec eert-runner' also works to run the tests.
Date: Sat, 29 Jan 2022 08:25:26 -0500 (EST)

branch: elpa/kotlin-mode
commit d4e97ffa4b4d16a3ef37ce40d8caa8b96590828a
Author: Russel Winder <russel@winder.org.uk>
Commit: Russel Winder <russel@winder.org.uk>

    Switch from using a Bash script to using Make for the tests. Though 'cask 
exec eert-runner' also works to run the tests.
---
 Makefile          | 6 ++++++
 test/run-tests.sh | 5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000000..332029a90b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all: test
+
+test:
+       cask exec emacs -batch -l ert -l test/kotlin-mode-test.el -f 
ert-run-tests-batch-and-exit
+
+.PHONY: all test
diff --git a/test/run-tests.sh b/test/run-tests.sh
deleted file mode 100755
index 80faa08d32..0000000000
--- a/test/run-tests.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-cd ../
-emacs -batch -l ert -l test/kotlin-mode-test.el -f ert-run-tests-batch-and-exit
-cd test



reply via email to

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