diff options
author | Rickard Green <[email protected]> | 2019-03-13 21:34:09 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-03-20 18:46:07 +0100 |
commit | 214b657769dd60cf2eab1824f6791225f5720a5a (patch) | |
tree | 38ef1fade19a3e8e83fa7d7956f64bc22e8484c3 /.gitignore | |
parent | 80abf9d57e754bcb6b80d0501450a40bb281d3b6 (diff) | |
download | otp-214b657769dd60cf2eab1824f6791225f5720a5a.tar.gz otp-214b657769dd60cf2eab1824f6791225f5720a5a.tar.bz2 otp-214b657769dd60cf2eab1824f6791225f5720a5a.zip |
Testing of the example gen_tcp_dist module
This also imply testing of processes as distribution controllers
using the erlang:dist_ctrl_* BIFs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9497169cde..4a6aaab6f3 100644 --- a/.gitignore +++ b/.gitignore @@ -323,6 +323,7 @@ JAVADOC-GENERATED # kernel /lib/kernel/src/inet_dns_record_adts.hrl +/lib/kernel/test/gen_tcp_dist.erl # kernel |