diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-08-25 12:15:27 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-08-25 12:15:27 -0400 |
commit | b0bc915ba0df62edb6d63eb40b41d4dba2968b3a (patch) | |
tree | 90b344339957a7dddecf9548ed80d8d930530936 /cpp/allTests.py | |
parent | Fix ICE-7298 - Visual Studio 2013 build error (diff) | |
download | ice-b0bc915ba0df62edb6d63eb40b41d4dba2968b3a.tar.bz2 ice-b0bc915ba0df62edb6d63eb40b41d4dba2968b3a.tar.xz ice-b0bc915ba0df62edb6d63eb40b41d4dba2968b3a.zip |
New test for dynamic_cast across shared libraries
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 937155a6455..844bb1b9e44 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -66,6 +66,7 @@ tests = [ ("Ice/background", ["core", "nomingw", "nosocks"]), ("Ice/servantLocator", ["core", "bt"]), ("Ice/interceptor", ["core"]), + ("Ice/library", ["once", "nostatic"]), ("Ice/stringConverter", ["core"]), ("Ice/udp", ["core"]), ("Ice/defaultServant", ["core"]), |