mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-02-08 21:38:10 +00:00
Move two test files into common test directory
* testing/lisp/test-org-element.el: Moved location from testing/contrib/lisp/ to testing/lisp. * testing/lisp/test-org-export.el: Moved location from testing/contrib/lisp/ to testing/lisp.
This commit is contained in:
parent
e5fa93c9be
commit
8740f212d0
1
testing/contrib/lisp/.gitignore
vendored
1
testing/contrib/lisp/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
# this file ensures that the testing/contrib/lisp directory is created by git
|
|
@ -21,13 +21,8 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(let ((load-path (cons (expand-file-name
|
(unless (featurep 'org-element)
|
||||||
".." (file-name-directory
|
(signal 'missing-test-dependency "org-element"))
|
||||||
(or load-file-name buffer-file-name)))
|
|
||||||
load-path)))
|
|
||||||
(require 'org-test)
|
|
||||||
(require 'org-test-ob-consts)
|
|
||||||
(require 'org-element))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -12,13 +12,9 @@
|
|||||||
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(let ((load-path (cons (expand-file-name
|
|
||||||
".." (file-name-directory
|
(unless (featurep 'org-export)
|
||||||
(or load-file-name buffer-file-name)))
|
(signal 'missing-test-dependency "org-export"))
|
||||||
load-path)))
|
|
||||||
(require 'org-test)
|
|
||||||
(require 'org-test-ob-consts)
|
|
||||||
(require 'org-export))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user