aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--build.yaml1
-rw-r--r--tools/run_tests/tests.json21
3 files changed, 23 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 388d991651..4235415606 100644
--- a/Makefile
+++ b/Makefile
@@ -1832,6 +1832,8 @@ test_cxx: 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 noop-benchmark"
+ $(Q) $(BINDIR)/$(CONFIG)/noop-benchmark || ( echo test noop-benchmark failed ; exit 1 )
$(E) "[RUN] Testing proto_server_reflection_test"
$(Q) $(BINDIR)/$(CONFIG)/proto_server_reflection_test || ( echo test proto_server_reflection_test failed ; exit 1 )
$(E) "[RUN] Testing qps_openloop_test"
diff --git a/build.yaml b/build.yaml
index a872c40f20..b261ca1ce7 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3109,7 +3109,6 @@ targets:
- gpr
- name: noop-benchmark
build: test
- run: false
language: c++
src:
- test/cpp/microbenchmarks/noop-benchmark.cc
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 938aa2edde..06cc30b0d5 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -2570,6 +2570,27 @@
"cpu_cost": 1.0,
"exclude_configs": [],
"flaky": false,
+ "gtest": false,
+ "language": "c++",
+ "name": "noop-benchmark",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "args": [],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "flaky": false,
"gtest": true,
"language": "c++",
"name": "proto_server_reflection_test",