aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)