mirror of
https://github.com/google/pebble.git
synced 2025-11-26 09:12:23 -05:00
Import of the watch repository from Pebble
This commit is contained in:
9
third_party/nanopb/tests/regression/issue_637/SConscript
vendored
Normal file
9
third_party/nanopb/tests/regression/issue_637/SConscript
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Regression test for #637:
|
||||
# Generator produces incorrect output when a oneof is used
|
||||
|
||||
Import("env")
|
||||
|
||||
env.NanopbProto("other.proto")
|
||||
env.NanopbProto(["oneof.proto", "other.proto"])
|
||||
env.Object("oneof.pb.c")
|
||||
env.Object("test.c")
|
||||
Reference in New Issue
Block a user