fix objdump commands

This commit is contained in:
Jorge Aparicio 2016-08-07 17:07:58 -05:00
parent f58359f290
commit 0921a91b26

View file

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