mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Don't rely on ~/.emacs.d in the test file
This commit is contained in:
parent
d8ca5ddc33
commit
2da77b2730
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
(require 'org)
|
(require 'org)
|
||||||
(require 'org-project)
|
(require 'org-project)
|
||||||
|
|
||||||
(defvar org-tests-directory "~/.emacs.d/tests/files/")
|
(defvar org-tests-directory
|
||||||
|
(expand-file-name "tests/files/"
|
||||||
|
user-emacs-directory))
|
||||||
(defvar org-disabled-tests '())
|
(defvar org-disabled-tests '())
|
||||||
|
|
||||||
(defmacro org-test/parents-should (file &rest body)
|
(defmacro org-test/parents-should (file &rest body)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue