diff options
author | John Högberg <[email protected]> | 2017-06-29 18:00:46 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2017-07-06 12:29:43 +0200 |
commit | fcd8e103006767622cf2ab61a4c85683d863db74 (patch) | |
tree | 8e7da96bf7e9d65125b6f1743c113efc6ff8428c /erts/emulator/test/Makefile | |
parent | 33a1962290ba6a6116cefe9fabb2e6cef823b33b (diff) | |
download | otp-fcd8e103006767622cf2ab61a4c85683d863db74.tar.gz otp-fcd8e103006767622cf2ab61a4c85683d863db74.tar.bz2 otp-fcd8e103006767622cf2ab61a4c85683d863db74.zip |
Add an emulator test suite for lock counting
OTP-14413
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 2479ccc01f..627ca13887 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -73,6 +73,7 @@ MODULES= \ hipe_SUITE \ list_bif_SUITE \ lttng_SUITE \ + lcnt_SUITE \ map_SUITE \ match_spec_SUITE \ module_info_SUITE \ |