diff options
author | Sverker Eriksson <[email protected]> | 2018-11-15 15:24:32 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-11-15 15:24:32 +0100 |
commit | 1315c6457e49595fdd3f91693c0506964416c9f0 (patch) | |
tree | 1524832cf58c795c98e26cafb8ee26a721e2577e /erts/emulator/test/Makefile | |
parent | adffe592c98149ac3b7333cf6e46970a13a57350 (diff) | |
download | otp-1315c6457e49595fdd3f91693c0506964416c9f0.tar.gz otp-1315c6457e49595fdd3f91693c0506964416c9f0.tar.bz2 otp-1315c6457e49595fdd3f91693c0506964416c9f0.zip |
erts: Add new module 'atomics'
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 d201ea6ee1..fc395899b8 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -33,6 +33,7 @@ MODULES= \ after_SUITE \ alloc_SUITE \ async_ports_SUITE \ + atomics_SUITE \ beam_SUITE \ beam_literals_SUITE \ bif_SUITE \ |