File: run-copymany-be32.sh

package info (click to toggle)
elfutils 0.194-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,848 kB
  • sloc: ansic: 115,014; sh: 35,537; cpp: 4,998; makefile: 1,986; yacc: 1,388; lex: 130; asm: 77; sed: 39; awk: 35
file content (15 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

. $srcdir/test-copymany-subr.sh

# 32bit, big endian, rel
testfiles testfile29
test_copy_and_add testfile29
test_copy_and_add testfile29.copy

# 32bit, big endian, non-rel
testfiles testfile26
test_copy_and_add testfile26
test_copy_and_add testfile26.copy

exit 0