diff options
author | Haitao Li <[email protected]> | 2011-07-22 17:14:30 +0800 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-09-21 12:19:48 +0200 |
commit | 347dfb022195994a368ff12f8d009b7263044f50 (patch) | |
tree | 5e7212c88241cdd35b125a3239abab69f505440e /lib/compiler/test/Makefile | |
parent | a3d8134ffcb4ec7be60bdc896fb9be0928c2b1ff (diff) | |
download | otp-347dfb022195994a368ff12f8d009b7263044f50.tar.gz otp-347dfb022195994a368ff12f8d009b7263044f50.tar.bz2 otp-347dfb022195994a368ff12f8d009b7263044f50.zip |
beam_disasm: Handle stripped BEAM files
beam_disasm:file/1 would crash if asked to disassemble a stripped
BEAM file without an "Attr" chunk.
Diffstat (limited to 'lib/compiler/test/Makefile')
-rw-r--r-- | lib/compiler/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile index fe713fd019..b90adaf917 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -9,6 +9,7 @@ MODULES= \ andor_SUITE \ apply_SUITE \ beam_validator_SUITE \ + beam_disasm_SUITE \ bs_bincomp_SUITE \ bs_bit_binaries_SUITE \ bs_construct_SUITE \ |