diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-09-25 09:05:18 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-09-25 09:05:18 -0230 |
commit | d1b5e77db0a207e5f23ec9d39cb9917bfb11872e (patch) | |
tree | 1f5398d4de6985839e81dbba69543f5140ba1b91 /cpp/allTests.py | |
parent | Fixed ICE-6811 - ElCapitan build errors (diff) | |
download | ice-d1b5e77db0a207e5f23ec9d39cb9917bfb11872e.tar.bz2 ice-d1b5e77db0a207e5f23ec9d39cb9917bfb11872e.tar.xz ice-d1b5e77db0a207e5f23ec9d39cb9917bfb11872e.zip |
ICE-6773 Added test for C++ stack traces
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"]), |