summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-01-27 08:54:02 +0100
committerBenoit Foucher <benoit@zeroc.com>2015-01-27 08:54:02 +0100
commit9149fc7bc7e3a313c586cfa5cc4d4c9d94146208 (patch)
tree0611da89bc689abd57739aa23ddf6bd1bca82073 /cpp/allTests.py
parentICE-5956 Fix tests to work with --host option (diff)
downloadice-9149fc7bc7e3a313c586cfa5cc4d4c9d94146208.tar.bz2
ice-9149fc7bc7e3a313c586cfa5cc4d4c9d94146208.tar.xz
ice-9149fc7bc7e3a313c586cfa5cc4d4c9d94146208.zip
Added test for ICE-5833, generated #include in headers files
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 930d4927aa2..320fad1ae73 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -36,6 +36,7 @@ tests = [
("Slice/keyword", ["once"]),
("Slice/structure", ["once"]),
("Slice/macros", ["once"]),
+ ("Slice/headers", ["once", "nowin32"]),
("Ice/properties", ["once", "nomingw"]),
("Ice/proxy", ["core"]),
("Ice/operations", ["core"]),