summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-11-03 18:18:47 -0700
committerJosh Haberman <jhaberman@gmail.com>2018-11-03 18:18:47 -0700
commita7ebe54eb1cc09cc50cf97af8436835ead4cbbee (patch)
treea4f1a3333736e3d4751d02ba8fefb709964d622f /tests
parent2655ed9cf5e448e6ce7195e9afb9361c0a901df0 (diff)
Conformance tests work under Bazel.
Diffstat (limited to 'tests')
-rw-r--r--tests/conformance_upb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/conformance_upb.c b/tests/conformance_upb.c
index ccc8a94..e0a7d8c 100644
--- a/tests/conformance_upb.c
+++ b/tests/conformance_upb.c
@@ -8,8 +8,8 @@
#include <stdlib.h>
#include <unistd.h>
-#include "conformance.upb.h"
-#include "google/protobuf/test_messages_proto3.upb.h"
+#include "conformance/conformance.upb.h"
+#include "src/google/protobuf/test_messages_proto3.upb.h"
int test_count = 0;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback