diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-01-23 15:16:14 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-02-21 12:23:02 +0100 |
commit | 68c3059a7660605b5f7200b4290905b785a3c604 (patch) | |
tree | 72efedd015fd03c91cdcc027c1c149ff31655581 /erts/emulator/test/Makefile | |
parent | a4cb5739b9f3dd88582fdea7a00cbba721fea35d (diff) | |
download | otp-68c3059a7660605b5f7200b4290905b785a3c604.tar.gz otp-68c3059a7660605b5f7200b4290905b785a3c604.tar.bz2 otp-68c3059a7660605b5f7200b4290905b785a3c604.zip |
test: parallel_load_check_purge_repeat
* test trivial non-blocking code loading (smoke test)
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 a3dcbc4cf3..efa3cd475f 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -47,6 +47,7 @@ MODULES= \ busy_port_SUITE \ call_trace_SUITE \ code_SUITE \ + code_parallel_load_SUITE \ crypto_SUITE \ ddll_SUITE \ decode_packet_SUITE \ |