mpir/yasm/modules/objfmts/elf/tests/elf_test.sh
2011-12-04 12:01:57 +00:00

5 lines
177 B
Bash
Executable File

#! /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 $?