diff options
author | Lukas Larsson <[email protected]> | 2017-10-12 17:35:58 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-10-12 17:35:58 +0200 |
commit | a4a1d9cfed28dbff88e9a859417a968510fbf9b8 (patch) | |
tree | d5219c2ea57209103058960095d9ed456ffe8c24 /erts/emulator/test/Makefile | |
parent | c22a12456bb1f74d7fb2d586b163b320ed97122a (diff) | |
parent | 19c5a5f7f15d02395694b32090d1b24c3934c5d8 (diff) | |
download | otp-a4a1d9cfed28dbff88e9a859417a968510fbf9b8.tar.gz otp-a4a1d9cfed28dbff88e9a859417a968510fbf9b8.tar.bz2 otp-a4a1d9cfed28dbff88e9a859417a968510fbf9b8.zip |
Merge branch 'lukas/erts/use_SIGRTMIN_for_sys_suspend/OTP-14682'
* lukas/erts/use_SIGRTMIN_for_sys_suspend/OTP-14682:
erts: Use SIGRTMIN on linux for sys_suspend
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index b17170c8b8..bf00de2204 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -57,6 +57,7 @@ MODULES= \ dirty_nif_SUITE \ distribution_SUITE \ driver_SUITE \ + dump_SUITE \ efile_SUITE \ erts_debug_SUITE \ estone_SUITE \ |