aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-28 11:44:27 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-28 11:56:52 -0500
commit4f253dac766e5d67c9cf0979d77e2e793b3ced34 (patch)
tree4dc325ab1adbee10d28ed22d7351c114794066db /Makefile
parentc47351925529d72164c78dce685a01b0004ebcd4 (diff)
downloadsnakemake-mode-4f253dac766e5d67c9cf0979d77e2e793b3ced34.tar.gz
Rename test file for MELPA filtering
MELPA excludes test.el, tests.el, *-test.el, and *-tests.el.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d095838..c902c6f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: $(elcs) $(AUTOLOADS_FILE)
.PHONY: test
test:
- @$(BATCH) -L . -l test-snakemake \
+ @$(BATCH) -L . -l snakemake-test \
--eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))"
$(AUTOLOADS_FILE): $(main_el)