This is an automated email from the ASF dual-hosted git repository.

moleske pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 35bf2fc  Add note about BasicIPv6Test (#549)
35bf2fc is described below

commit 35bf2fc13cb435531b2332856ca191569a498f36
Author: Alberto Bustamante Reyes <alb3rt...@users.noreply.github.com>
AuthorDate: Thu Nov 14 23:45:54 2019 +0100

    Add note about BasicIPv6Test (#549)
    
    * Add note about how to enable IPv6
---
 BUILDING.md     | 8 ++++++++
 CONTRIBUTING.md | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/BUILDING.md b/BUILDING.md
index 56f2d78..9b03b36 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -103,6 +103,14 @@ $ cmake --build . -- /m
 
 ### Optional Configuration
 
+#### IPv6 support
+
+IPv6 support can be enabled by adding `-DWITH_IPV6=ON` to the CMake 
[Generator](#generator) command.
+
+```console
+$ cmake … -DWITH_IPV6=ON …
+```
+
 #### Code Coverage
 
 If building with GCC or Clang you can enable C++ code coverage by adding 
`-DUSE_CPP_COVERAGE=ON` to the CMake [Generator](#generator) command. 
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a1a6831..83f0fa7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -58,6 +58,8 @@ $ ctest -R <test_name> -j1
 ```
 For example: `$ ctest -R AuthInitializeTest.putGetWithBasicAuth -j1`
 
+Notice that `BasicIPv6Test` test is expected to fail due to IPv6 support is 
disabled by default. [BUILDING.md](BUILDING.md) explains how to enable it.
+
 
 ## Style
 

Reply via email to