Sign in
bazel
/
bazel
/
8796230139f1be08c1cf21eb5571da563abce603
/
.
/
third_party
/
nanopb
/
tests
/
regression
/
issue_145
/
SConscript
blob: 0b793a7ac49d2e52f86595bccb9a49cf5f6b919b [
file
] [
log
] [
blame
]
# Regression test for Issue 145: Allow /* */ and // comments in .options files
Import
(
"env"
)
env
.
NanopbProto
([
"comments"
,
"comments.options"
])
env
.
Object
(
'comments.pb.c'
)
env
.
Match
([
'comments.pb.h'
,
'comments.expected'
])