aboutsummaryrefslogtreecommitdiff
path: root/tests/options/SConscript
blob: 89a00fa5ecc1d8256abac79e35654428594df6c2 (plain)
1
2
3
4
5
6
7
8
9
# Test that the generator options work as expected.

Import("env")

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

env.Match(['options.pb.h', 'options.expected'])