1#! /bin/sh 2 3. $srcdir/test-copymany-subr.sh 4 5# 32bit, big endian, rel 6testfiles testfile29 7test_copy_and_add testfile29 8test_copy_and_add testfile29.copy 9 10# 32bit, big endian, non-rel 11testfiles testfile26 12test_copy_and_add testfile26 13test_copy_and_add testfile26.copy 14 15exit 0 16