fix objdump commands

master
Jorge Aparicio 2016-08-07 17:07:58 -05:00
parent 295df480fa
commit 1c98c8238a
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ run_tests() {
inspect() { inspect() {
${PREFIX}nm -g --defined-only target/**/debug/*.rlib ${PREFIX}nm -g --defined-only target/**/debug/*.rlib
${PREFIX}objdump target/**/debug/*.rlib ${PREFIX}objdump -Cd target/**/debug/*.rlib
${PREFIX}objdump target/**/release/*.rlib ${PREFIX}objdump -Cd target/**/release/*.rlib
} }
main() { main() {