branch: elpa/kotlin-mode
commit 6d679ed0da5565ea103c62efe427e5aea8e50440
Author: Russel Winder <[email protected]>
Commit: Russel Winder <[email protected]>
Treat use of make as redundant, assume people will use 'cask exec
ert-runner' to run the tests.
---
Makefile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 332029a90b..0000000000
--- a/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-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