diff options
author | Lars Thorsen <[email protected]> | 2014-07-31 12:44:37 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2014-07-31 12:44:37 +0200 |
commit | a47a3615418893dc95c0f49d7926bcd5f23fe091 (patch) | |
tree | 564b194a11f8a17ff874b46ab3af056d9e6e8874 /lib/orber/test/Makefile | |
parent | 603280480adac3ff698db538d26966ecfb46d499 (diff) | |
download | otp-a47a3615418893dc95c0f49d7926bcd5f23fe091.tar.gz otp-a47a3615418893dc95c0f49d7926bcd5f23fe091.tar.bz2 otp-a47a3615418893dc95c0f49d7926bcd5f23fe091.zip |
[orber] Add test suite for ORB with dual ipv4/ipv6 configuration
Diffstat (limited to 'lib/orber/test/Makefile')
-rw-r--r-- | lib/orber/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/orber/test/Makefile b/lib/orber/test/Makefile index 2f8777c773..50be14c24a 100644 --- a/lib/orber/test/Makefile +++ b/lib/orber/test/Makefile @@ -73,7 +73,8 @@ MODULES = \ orber_firewall_ipv6_in_SUITE \ orber_firewall_ipv4_out_SUITE \ orber_firewall_ipv6_out_SUITE \ - orber_nat_SUITE + orber_nat_SUITE \ + ip_v4v6_interop_SUITE GEN_MOD_ORBER = \ oe_orber_test \ |