source: git/tests/diffpos.tst @ 2a03043

RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change on this file since 2a03043 was fbc3a20, checked in by Olly Betts <olly@…>, 26 years ago

Test suite

git-svn-id: file:///home/survex-svn/survex/trunk@265 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100755
File size: 251 bytes
Line 
1#!/bin/sh
2for file in delatend addatend ; do
3  echo $file
4  rm -f diffpos.tmp
5  $srcdir/../src/diffpos $srcdir/${file}a.pos $srcdir/${file}b.pos > diffpos.tmp
6  cmp diffpos.tmp $srcdir/${file}.out > /dev/null || exit 1
7  rm -f diffpos.tmp
8done
9exit 0
Note: See TracBrowser for help on using the repository browser.