aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2015-10-26 15:15:37 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2015-10-26 15:15:37 -0700
commiteed7fd4c1c952d69daa9969c4c5662bb0785631e (patch)
tree666fac61d421c20e21e32d98cdcd8eefeefb9f01 /Makefile
parent117c8af8d327455e63edae275cfd7d5469fd2d19 (diff)
File changes after re-running generate_projects.sh after my previous commit: 117c8af8d327455e6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c4183914e6..38d0adb796 100644
--- a/Makefile
+++ b/Makefile
@@ -3560,8 +3560,6 @@ test_cxx: test_zookeeper buildtests_cxx
$(Q) $(BINDIR)/$(CONFIG)/status_test || ( echo test status_test failed ; exit 1 )
$(E) "[RUN] Testing streaming_throughput_test"
$(Q) $(BINDIR)/$(CONFIG)/streaming_throughput_test || ( echo test streaming_throughput_test failed ; exit 1 )
- $(E) "[RUN] Testing stress_test"
- $(Q) $(BINDIR)/$(CONFIG)/stress_test || ( echo test stress_test failed ; exit 1 )
$(E) "[RUN] Testing sync_streaming_ping_pong_test"
$(Q) $(BINDIR)/$(CONFIG)/sync_streaming_ping_pong_test || ( echo test sync_streaming_ping_pong_test failed ; exit 1 )
$(E) "[RUN] Testing sync_unary_ping_pong_test"