diff options
author | Björn Gustavsson <[email protected]> | 2010-05-11 08:42:25 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-05-11 08:53:27 +0200 |
commit | ea0f50dfbc8ec99820b81f99be81ada727bb3cf8 (patch) | |
tree | a36dca4f8897f4c84eb36d95019a41ef5cc26e03 /erts | |
parent | f0d8728a851901e9080eb35aee0b6b8e24b2d91e (diff) | |
download | otp-ea0f50dfbc8ec99820b81f99be81ada727bb3cf8.tar.gz otp-ea0f50dfbc8ec99820b81f99be81ada727bb3cf8.tar.bz2 otp-ea0f50dfbc8ec99820b81f99be81ada727bb3cf8.zip |
Compile tests that communicate with R12 nodes with the r12 option
R12 nodes cannot load code that use the optimized receive that
we are about to implement.
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/test/distribution_SUITE.erl | 1 | ||||
-rw-r--r-- | erts/emulator/test/fun_r12_SUITE.erl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/test/distribution_SUITE.erl b/erts/emulator/test/distribution_SUITE.erl index 8f48d8a992..be9694f26f 100644 --- a/erts/emulator/test/distribution_SUITE.erl +++ b/erts/emulator/test/distribution_SUITE.erl @@ -18,6 +18,7 @@ %% -module(distribution_SUITE). +-compile(r12). %% Tests distribution and the tcp driver. diff --git a/erts/emulator/test/fun_r12_SUITE.erl b/erts/emulator/test/fun_r12_SUITE.erl index f21299ba67..9262731dcb 100644 --- a/erts/emulator/test/fun_r12_SUITE.erl +++ b/erts/emulator/test/fun_r12_SUITE.erl @@ -18,6 +18,7 @@ %% -module(fun_r12_SUITE). +-compile(r12). -export([all/1,init_per_testcase/2,fin_per_testcase/2,dist_old_release/1]). |