These have been deprecated since nanopb-0.1.6 (some since 0.1.3). Equivalent functions with better interface are available in the API. Update issue 91 Status: FixedInGit
5 lines
100 B
Python
5 lines
100 B
Python
Import('env')
|
|
p = env.Program(["decode_unittests.c", "#common/unittestproto.pb.c"])
|
|
env.RunTest(p)
|
|
|