diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-01-27 08:54:02 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-01-27 08:54:02 +0100 |
commit | 9149fc7bc7e3a313c586cfa5cc4d4c9d94146208 (patch) | |
tree | 0611da89bc689abd57739aa23ddf6bd1bca82073 /cpp/allTests.py | |
parent | ICE-5956 Fix tests to work with --host option (diff) | |
download | ice-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-x | cpp/allTests.py | 1 |
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"]), |