diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-02-28 11:44:27 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-02-28 11:56:52 -0500 |
commit | 4f253dac766e5d67c9cf0979d77e2e793b3ced34 (patch) | |
tree | 4dc325ab1adbee10d28ed22d7351c114794066db /Makefile | |
parent | c47351925529d72164c78dce685a01b0004ebcd4 (diff) | |
download | snakemake-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |