aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2016-02-16 11:27:45 -0800
committerGravatar David G. Quintas <dgq@google.com>2016-02-16 11:27:45 -0800
commite683814416a724d1e110180ddf13848a028f1a34 (patch)
treef9ae11b4f2f7a199a96a392eebf27c6ba1edf776 /Makefile
parent43f6311c58bcf8825b8ba392d498b19bd5b6d69b (diff)
parent4625c7123bc69e3d37ac60116bd5c981a714ef3a (diff)
Merge pull request #5201 from vjpai/alarm_openloop
Revive and reform open-loop QPS testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e61facafe4..fc20e4ccbf 100644
--- a/Makefile
+++ b/Makefile
@@ -1601,6 +1601,8 @@ test_cxx: test_zookeeper buildtests_cxx
$(Q) $(BINDIR)/$(CONFIG)/interop_test || ( echo test interop_test failed ; exit 1 )
$(E) "[RUN] Testing mock_test"
$(Q) $(BINDIR)/$(CONFIG)/mock_test || ( echo test mock_test failed ; exit 1 )
+ $(E) "[RUN] Testing qps_openloop_test"
+ $(Q) $(BINDIR)/$(CONFIG)/qps_openloop_test || ( echo test qps_openloop_test failed ; exit 1 )
$(E) "[RUN] Testing qps_test"
$(Q) $(BINDIR)/$(CONFIG)/qps_test || ( echo test qps_test failed ; exit 1 )
$(E) "[RUN] Testing secure_auth_context_test"