summaryrefslogtreecommitdiff
path: root/tests/conformance_upb.c
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-11-05 16:19:32 -0800
committerGitHub <noreply@github.com>2018-11-05 16:19:32 -0800
commitd4e78f9fdff9ad14a0e8e3ad5d7d8379ee2124ef (patch)
tree03762304cb7341f312d56099b3ce38127d1d6bc5 /tests/conformance_upb.c
parent9bb0814c48cb4d4df87ca64c9fabba5d15183cc1 (diff)
parent23fa64f10c27bdd4b8261c70a81a7721fd71f69f (diff)
Merge pull request #132 from haberman/bazel
Added Bazel build, and auto-generate CMake build from it.
Diffstat (limited to 'tests/conformance_upb.c')
-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