diff options
author | Björn Gustavsson <[email protected]> | 2017-09-22 07:33:19 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-09-22 08:23:42 +0200 |
commit | b54115e73a56d24618d75b83b89820691503a7da (patch) | |
tree | 48087b727101be582e4fce1340cc1f40a36eec25 | |
parent | 79f28cfd8df1b700baff0df5e3d766d0a5592581 (diff) | |
download | otp-b54115e73a56d24618d75b83b89820691503a7da.tar.gz otp-b54115e73a56d24618d75b83b89820691503a7da.tar.bz2 otp-b54115e73a56d24618d75b83b89820691503a7da.zip |
Add testing of erts_debug:df() to the emulator smoke tests
It is too easy to break the disassembler. Make sure that we notice.
-rw-r--r-- | erts/emulator/test/emulator_smoke.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/emulator_smoke.spec b/erts/emulator/test/emulator_smoke.spec index b2d0de8835..fc98ba6823 100644 --- a/erts/emulator/test/emulator_smoke.spec +++ b/erts/emulator/test/emulator_smoke.spec @@ -7,3 +7,4 @@ [consistency],"Not reliable in October and March"}. {cases,'Dir',crypto_SUITE,[t_md5]}. {cases,'Dir',float_SUITE,[fpe,cmp_integer]}. +{cases,'Dir',erts_debug_SUITE,[df]}. |