diff options
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"]), |