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 1d192b5be8b..03804d3d1a2 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -32,6 +32,7 @@ tests = [ ("IceUtil/uuid", ["once", "noappverifier"]), # This test is very slow with appverifier. ("IceUtil/timer", ["once"]), ("IceUtil/sha1", ["once"]), + ("IceUtil/stacktrace", ["once"]), ("Slice/errorDetection", ["once"]), ("Slice/keyword", ["once"]), ("Slice/structure", ["once"]), |