comparison etc/bundled-packages/test.sh @ 5411:fd714e8ba81e

Converted to GPLv3 or later. Written by Stephen Turnbull hence.GPLv2 or later.
author Mats Lidell <matsl@xemacs.org>
date Sun, 24 Oct 2010 00:20:52 +0200
parents 232d873b9705
children 90dcf2376909
comparison
equal deleted inserted replaced
5410:ff554e6a2d29 5411:fd714e8ba81e
1 # tests for the bundled packages feature 1 # tests for the bundled packages feature
2
3 # This file is part of XEmacs.
4
5 # XEmacs is free software: you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation, either version 3 of the License, or (at your
8 # option) any later version.
9
10 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
2 17
3 # usage: sh etc/bundled-packages/tests.sh [TMP_TEST_DIR] 18 # usage: sh etc/bundled-packages/tests.sh [TMP_TEST_DIR]
4 19
5 # Always run this script from the top directory of the source tree. 20 # Always run this script from the top directory of the source tree.
6 # You need a mv that supports the -v for verbose flag, and a mkdir that 21 # You need a mv that supports the -v for verbose flag, and a mkdir that