Merge pull request #153 from KrzysiekJ/auth-source-search-port
[org-jira.git] / Makefile
blobe348957051e858d7f6593b78cf71c9c1fe3960c5
1 # Really just so we can run 'make test' easily
3 all: test
5 test:
6 @emacs -batch \
7 -l ert \
8 -l t/batch-runner/s.el \
9 -l t/batch-runner/request.el \
10 -l t/batch-runner/dash.el \
11 -l jiralib.el \
12 -l org-jira-sdk.el \
13 -l org-jira.el \
14 -l t/org-jira-t.el \
15 -l t/jiralib-t.el \
16 -f ert-run-tests-batch-and-exit
18 .PHONY: test