aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-04-01 13:58:25 -0700
committerGravatar Yang Gao <yangg@google.com>2015-04-01 13:58:25 -0700
commit929481e1077b524073e0e3a5c6a2a40f37a74770 (patch)
tree003dcf50ae019bf68bda63ed3b020221e7b48c60 /build.json
parent5a5032dd4ce43aed1330ad31430f8c9b3e833a72 (diff)
add missing header into build.json and regenerate project
Diffstat (limited to 'build.json')
-rw-r--r--build.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.json b/build.json
index 9e9a1cec67..1353b19855 100644
--- a/build.json
+++ b/build.json
@@ -350,6 +350,9 @@
"name": "gpr_test_util",
"build": "private",
"language": "c",
+ "headers": [
+ "test/core/util/test_config.h"
+ ],
"src": [
"test/core/util/test_config.c"
],