mirror of
https://github.com/google/pebble.git
synced 2025-11-17 21:11:00 -05:00
10 lines
252 B
Python
10 lines
252 B
Python
# Regression test for #380:
|
|
# mangle_names:M_STRIP_PACKAGE is broken when message name (partially)
|
|
# matches package name
|
|
|
|
Import("env")
|
|
|
|
env.NanopbProto(["manglenames.proto", "manglenames.options"])
|
|
env.Object("manglenames.pb.o", "manglenames.pb.c")
|
|
|