RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change
on this file since 5b7b184 was
e963c8c,
checked in by Olly Betts <olly@…>, 13 years ago
|
tests/smoke.tst: Remove variables which aren't ever used.
|
-
Property mode set to
100755
|
File size:
1.3 KB
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # Survex test suite - smoke tests |
---|
4 | # Copyright (C) 1999-2003,2005,2011,2012 Olly Betts |
---|
5 | # |
---|
6 | # This program is free software; you can redistribute it and/or modify |
---|
7 | # it under the terms of the GNU General Public License as published by |
---|
8 | # the Free Software Foundation; either version 2 of the License, or |
---|
9 | # (at your option) any later version. |
---|
10 | # |
---|
11 | # This program is distributed in the hope that it will be useful, |
---|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | # GNU General Public License for more details. |
---|
15 | # |
---|
16 | # You should have received a copy of the GNU General Public License |
---|
17 | # along with this program; if not, write to the Free Software |
---|
18 | # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
---|
19 | set -e |
---|
20 | |
---|
21 | testdir=`echo $0 | sed 's!/[^/]*$!!' || echo '.'` |
---|
22 | |
---|
23 | test -x "$testdir"/../src/cavern || testdir=. |
---|
24 | |
---|
25 | # Ensure that --version and --help work without an X display. |
---|
26 | DISPLAY= |
---|
27 | export DISPLAY |
---|
28 | |
---|
29 | PROGS="cad3d cavern diffpos extend sorterr 3dtopos aven" |
---|
30 | |
---|
31 | for p in ${PROGS}; do |
---|
32 | echo $p |
---|
33 | if test -n "$VERBOSE"; then |
---|
34 | "$testdir/../src/$p" --version |
---|
35 | "$testdir/../src/$p" --help |
---|
36 | else |
---|
37 | "$testdir/../src/$p" --version > /dev/null |
---|
38 | "$testdir/../src/$p" --help > /dev/null |
---|
39 | fi |
---|
40 | done |
---|
41 | test -n "$VERBOSE" && echo "Test passed" |
---|
42 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.