Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « no_messages « tests - github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6492e2cf9c1e8937bc090cc891a7ce3a6d21b5f9 (plain)
1
2
3
4
5
6
7
# Test that a .proto file without any messages compiles fine.

Import("env")

env.NanopbProto("no_messages")
env.Object('no_messages.pb.c')