commit | 41ad4342c5a0389ab2cf2dbf098086413ac01204 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Tue Mar 24 22:30:40 2015 +0100 |
committer | Roger Meier <roger@apache.org> | Tue Mar 24 22:30:40 2015 +0100 |
tree | 1ce9c7d4e70a7370f132ce5d4fd245a20a68e45e | |
parent | a2d12b6ee3d9aa66f2c16dc6a5ee6eef5f1eba92 [diff] [blame] |
THRIFT-847 Test Framework harmonization across all languages THRIFT-2946 Enhance usability of cross test framework Patch: Nobuaki Sukegawa This closes: #358
diff --git a/test/cpp/Makefile.am b/test/cpp/Makefile.am index 7d57f5c..89fed8f 100755 --- a/test/cpp/Makefile.am +++ b/test/cpp/Makefile.am
@@ -49,6 +49,8 @@ libstresstestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la +precross: TestServer TestClient + check_PROGRAMS = \ TestServer \ TestClient \