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:
(let ((load-path (cons (expand-file-name
".." (file-name-directory
(or load-file-name buffer-file-name)))
load-path)))
(require 'org-test)
(require 'org-test-ob-consts)
(require 'org-element))
(unless (featurep 'org-element)
(signal 'missing-test-dependency "org-element"))

View File

@ -12,13 +12,9 @@
;;; Code:
(let ((load-path (cons (expand-file-name
".." (file-name-directory
(or load-file-name buffer-file-name)))
load-path)))
(require 'org-test)
(require 'org-test-ob-consts)
(require 'org-export))
(unless (featurep 'org-export)
(signal 'missing-test-dependency "org-export"))