0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:00:49 +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:
Nicolas Goaziou 2012-02-29 18:38:54 +01:00
parent e5fa93c9be
commit 8740f212d0
3 changed files with 5 additions and 15 deletions

View file

@ -1 +0,0 @@
# this file ensures that the testing/contrib/lisp directory is created by git

View file

@ -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))

View file

@ -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))