Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
ada8903102ca2e2fdf1c04e6f7d9e1a27fdcfe78
/
.
/
tests
/
no_messages
/
SConscript
blob: 6492e2cf9c1e8937bc090cc891a7ce3a6d21b5f9 [
file
] [
log
] [
blame
]
# Test that a .proto file without any messages compiles fine.
Import
(
"env"
)
env
.
NanopbProto
(
"no_messages"
)
env
.
Object
(
'no_messages.pb.c'
)