aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-06 05:16:27 -0500
committerEli Zaretskii2010-03-06 05:16:27 -0500
commit9dbadf5f1a700c5790837738410c06b481cd2222 (patch)
treee1458f8f2aef541b98c7df4ea2d780c5011d9fe9 /test
parentd23cd5eeb2993e55943d250ea8c2015da5b06a24 (diff)
parent4c83ed3d48c69e12c91a2ada2d00f4f74be2a42d (diff)
downloademacs-9dbadf5f1a700c5790837738410c06b481cd2222.tar.gz
emacs-9dbadf5f1a700c5790837738410c06b481cd2222.zip
Merge from mainline.
Diffstat (limited to 'test')
-rw-r--r--test/cedet/ede-tests.el28
-rw-r--r--test/cedet/srecode-tests.el29
2 files changed, 57 insertions, 0 deletions
diff --git a/test/cedet/ede-tests.el b/test/cedet/ede-tests.el
index df18b8fd277..2dc5dbf8ac8 100644
--- a/test/cedet/ede-tests.el
+++ b/test/cedet/ede-tests.el
@@ -1,3 +1,30 @@
1;;; ede-tests.el --- Some tests for the Emacs Development Environment
2
3;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
4
5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6
7;; This file is part of GNU Emacs.
8
9;; GNU Emacs is free software: you can redistribute it and/or modify
10;; it under the terms of the GNU General Public License as published by
11;; the Free Software Foundation, either version 3 of the License, or
12;; (at your option) any later version.
13
14;; GNU Emacs is distributed in the hope that it will be useful,
15;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17;; GNU General Public License for more details.
18
19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21
22;;; Commentary:
23
24;; Extracted from ede-locate.el in the CEDET distribution.
25
26;;; Code:
27
1;;; From ede-locate: 28;;; From ede-locate:
2 29
3(require 'ede/locate) 30(require 'ede/locate)
@@ -58,3 +85,4 @@ The search is done with the current EDE root."
58 ) 85 )
59 86
60;; arch-tag: 79fae12e-652f-4544-a20e-b24d87b4917d 87;; arch-tag: 79fae12e-652f-4544-a20e-b24d87b4917d
88;;; ede-test.el ends here
diff --git a/test/cedet/srecode-tests.el b/test/cedet/srecode-tests.el
index f48041144a4..7997ff415e6 100644
--- a/test/cedet/srecode-tests.el
+++ b/test/cedet/srecode-tests.el
@@ -1,3 +1,31 @@
1;;; srecode-tests.el --- Some tests for CEDET's srecode
2
3;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
4
5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6
7;; This file is part of GNU Emacs.
8
9;; GNU Emacs is free software: you can redistribute it and/or modify
10;; it under the terms of the GNU General Public License as published by
11;; the Free Software Foundation, either version 3 of the License, or
12;; (at your option) any later version.
13
14;; GNU Emacs is distributed in the hope that it will be useful,
15;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17;; GNU General Public License for more details.
18
19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21
22;;; Commentary:
23
24;; Extracted from srecode-fields.el and srecode-document.el in the
25;; CEDET distribution.
26
27;;; Code:
28
1;;; From srecode-fields: 29;;; From srecode-fields:
2 30
3(require 'srecode/fields) 31(require 'srecode/fields)
@@ -266,3 +294,4 @@ Dump out the extracted dictionary."
266 (srecode-dump extract)))))) 294 (srecode-dump extract))))))
267 295
268;; arch-tag: 7a467849-b415-4bdc-ba2a-284ace156a65 296;; arch-tag: 7a467849-b415-4bdc-ba2a-284ace156a65
297;;; srecode-tests.el ends here