• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#! /bin/sh
2
3. $srcdir/test-copymany-subr.sh
4
5# 64bit, little endian, rel
6testfiles testfile38
7test_copy_and_add testfile38
8test_copy_and_add testfile38.copy
9
10# 64bit, little endian, non-rel
11testfiles testfile10
12test_copy_and_add testfile10
13test_copy_and_add testfile10.copy
14
15exit 0
16