commit | 739dbe55aee3baa81a3678fbb307b4e70d6caea8 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | 周四 2月 01 22:55:30 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | 周四 2月 01 22:55:30 2007 +0000 |
tree | 184f95d0e52bc855893ee9c2bc12a21d35f294c2 | |
parent | b3cb62959edab16c0ee8ccfd3cf7bc45d63ef703 [diff] [blame] |
Bring C++ thrift stress test up to date with new constructs Reviewed By: marc git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664966 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/cpp/Makefile.stress b/test/cpp/Makefile.stress index 804f576..a0fe4cf 100644 --- a/test/cpp/Makefile.stress +++ b/test/cpp/Makefile.stress
@@ -25,7 +25,7 @@ # Tools ifndef THRIFT -THRIFT = ../../compiler/cpp/bin/thrift +THRIFT = ../../compiler/cpp/thrift endif # THRIFT CC = g++