Skip to content

Commit

Permalink
added a test, related to issue #1116
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Jun 2, 2024
1 parent cac1acb commit 4029a37
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 99 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ orgtest:
${CASK_EXEC} ${emacs} -Q -batch -l ${INIT} -l test/org-test-setup.el -l test/org-ert.el -f org-ert-tangle-tests

mytest: orgtest
${CASK_EXEC} ${emacs} -Q -batch -l ${INIT} -l test/org-test-setup.el -l test/*-test.el -f ert-run-tests-batch-and-exit
${CASK_EXEC} ${emacs} -Q -batch -l ${INIT} -l test/org-test-setup.el -l test/*-test.el -f ert-run-tests-batch-and-exit

compile:
${CASK} build
Expand Down
3 changes: 3 additions & 0 deletions test/all-org-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -835,3 +835,6 @@ bibliography:%s"
(org-ref-process-buffer 'html)
t))

(ert-deftest load-org-ref-latex ()
(require 'org-ref-latex))

Loading

0 comments on commit 4029a37

Please sign in to comment.