summaryrefslogtreecommitdiff
path: root/testing/lisp/test-ob-awk.el
diff options
context:
space:
mode:
authorMartyn Jago <martyn.jago@btinternet.com>2011-09-12 17:07:21 +0100
committerEric Schulte <schulte.eric@gmail.com>2011-09-12 10:39:45 -0600
commitfd1e005e331883c2527a9835239d00533cadd623 (patch)
tree57dd0b2499980ed175a4e788c0052b741a6d6a81 /testing/lisp/test-ob-awk.el
parent7f62b224af99e507d8bb3852e5b6d720be389934 (diff)
Add missing FSF / author headers and org-test dependency to some test files * testing/lisp/test-ob-awk.el: * testing/lisp/test-ob-fortran.el: * testing/lisp/test-ob-lilypond.el: * testing/lisp/test-ob.el: * testing/lisp/test-org-exp.el: Add missing FSF / author headers and org-test dependency to some test files.
Diffstat (limited to 'testing/lisp/test-ob-awk.el')
-rw-r--r--testing/lisp/test-ob-awk.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/lisp/test-ob-awk.el b/testing/lisp/test-ob-awk.el
index 018dec4..34752f5 100644
--- a/testing/lisp/test-ob-awk.el
+++ b/testing/lisp/test-ob-awk.el
@@ -1,3 +1,18 @@
+;;; test-ob-awk.el --- tests for ob-awk.el
+
+;; Copyright (c) 2010 Eric Schulte
+;; Authors: Eric Schulte
+
+;; Released under the GNU General Public License version 3
+;; see: http://www.gnu.org/licenses/gpl-3.0.html
+
+(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 'ob-awk)
(ert-deftest ob-awk/input-none ()
@@ -17,3 +32,4 @@
(org-test-at-id "9e998b2a-3581-43fe-b26d-07d3c507b86a"
(org-babel-next-src-block 3)
(should (= 150 (org-babel-execute-src-block)))))
+