diff options
author | Rickard Green <[email protected]> | 2015-11-17 15:24:55 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-12-08 14:47:46 +0100 |
commit | 6ba10e6d64477a4c470baa079eaaf2b20a746747 (patch) | |
tree | 690a9a3353ad2fc839c4703a066489acc3302b7a /erts/emulator/test/Makefile | |
parent | ccbb5ba4d0198f3ba21b83ae1aca3fe52a7f2c80 (diff) | |
download | otp-6ba10e6d64477a4c470baa079eaaf2b20a746747.tar.gz otp-6ba10e6d64477a4c470baa079eaaf2b20a746747.tar.bz2 otp-6ba10e6d64477a4c470baa079eaaf2b20a746747.zip |
Off heap message queue test suite
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 77614d455c..6519fd8982 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -79,6 +79,7 @@ MODULES= \ node_container_SUITE \ nofrag_SUITE \ num_bif_SUITE \ + off_heap_message_queue_SUITE \ op_SUITE \ port_SUITE \ port_bif_SUITE \ |