mpir/yasm/modules/objfmts/elf/tests/elf_test.sh

5 lines
177 B
Bash
Raw Normal View History

2011-12-04 07:01:57 -05:00
#! /bin/sh
# copied from yasm/modules/objfmts/coff/tests/coff_test.sh ; s/coff/elf/g
${srcdir}/out_test.sh elf_test modules/objfmts/elf/tests "elf objfmt" "-f elf" ".o"
exit $?