From 4f253dac766e5d67c9cf0979d77e2e793b3ced34 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 28 Feb 2016 11:44:27 -0500 Subject: Rename test file for MELPA filtering MELPA excludes test.el, tests.el, *-test.el, and *-tests.el. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3