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

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/recursive_proto/SConscript')
-rw-r--r--tests/recursive_proto/SConscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/recursive_proto/SConscript b/tests/recursive_proto/SConscript
new file mode 100644
index 0000000..8205851
--- /dev/null
+++ b/tests/recursive_proto/SConscript
@@ -0,0 +1,6 @@
+# Test building of a recursive protobuf definition
+
+Import('env')
+
+env.NanopbProto("recursive.proto")
+env.Object("recursive.pb.c")