diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-08-28 14:29:40 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-08-28 14:29:40 +0200 |
commit | f4367dedecfef432263c9d9c29d25da9b1e31a13 (patch) | |
tree | 126125174908dfb1f33893ba3acf45426d2c351c /cpp/allTests.py | |
parent | Fixed compilation on hp (diff) | |
download | ice-f4367dedecfef432263c9d9c29d25da9b1e31a13.tar.bz2 ice-f4367dedecfef432263c9d9c29d25da9b1e31a13.tar.xz ice-f4367dedecfef432263c9d9c29d25da9b1e31a13.zip |
Added new IceUtil::Timer class
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 1394e3039af..ac3800b38b3 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -71,6 +71,7 @@ tests = [ \ "IceUtil/unicode", \ "IceUtil/inputUtil", \ "IceUtil/uuid", \ + "IceUtil/timer", \ "Slice/errorDetection", \ "Ice/proxy", \ "Ice/operations", \ |