summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-08-25 12:15:27 -0400
committerBernard Normier <bernard@zeroc.com>2016-08-25 12:15:27 -0400
commitb0bc915ba0df62edb6d63eb40b41d4dba2968b3a (patch)
tree90b344339957a7dddecf9548ed80d8d930530936 /cpp/allTests.py
parentFix ICE-7298 - Visual Studio 2013 build error (diff)
downloadice-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-xcpp/allTests.py1
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"]),