RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | # allow us to run tests standalone more easily |
---|
4 | if test "x$srcdir" = "x" ; then srcdir=. ; fi |
---|
5 | |
---|
6 | for file in delatend addatend ; do |
---|
7 | echo $file |
---|
8 | rm -f diffpos.tmp |
---|
9 | ../src/diffpos $srcdir/${file}a.pos $srcdir/${file}b.pos > diffpos.tmp |
---|
10 | cmp diffpos.tmp $srcdir/${file}.out > /dev/null || exit 1 |
---|
11 | rm -f diffpos.tmp |
---|
12 | done |
---|
13 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.