diff options
author | Rickard Green <[email protected]> | 2010-11-09 23:21:12 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2010-12-01 09:51:04 +0100 |
commit | ce9cad280e24984bad398f5707a17a8f716ca5d3 (patch) | |
tree | ca56c4e11c841402b2bc8f395851b0bfa0b30991 /erts/emulator/test/Makefile | |
parent | 17224a3d31d25ce6daa4de63b52b26bee9564bcd (diff) | |
download | otp-ce9cad280e24984bad398f5707a17a8f716ca5d3.tar.gz otp-ce9cad280e24984bad398f5707a17a8f716ca5d3.tar.bz2 otp-ce9cad280e24984bad398f5707a17a8f716ca5d3.zip |
New test suite containing stress tests of the rwmutex implementation
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 a4c02da626..7259e1b84d 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -83,6 +83,7 @@ MODULES= \ receive_SUITE \ ref_SUITE \ register_SUITE \ + mtx_SUITE \ save_calls_SUITE \ send_term_SUITE \ sensitive_SUITE \ |