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