summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-09-25 09:05:18 -0230
committerDwayne Boone <dwayne@zeroc.com>2015-09-25 09:05:18 -0230
commitd1b5e77db0a207e5f23ec9d39cb9917bfb11872e (patch)
tree1f5398d4de6985839e81dbba69543f5140ba1b91 /cpp/allTests.py
parentFixed ICE-6811 - ElCapitan build errors (diff)
downloadice-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-xcpp/allTests.py1
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"]),