Separation Generator to a dedicated repo
[apps/low-level-can-service.git] / libs / nanopb / tests / no_messages / SConscript
diff --git a/libs/nanopb/tests/no_messages/SConscript b/libs/nanopb/tests/no_messages/SConscript
new file mode 100644 (file)
index 0000000..6492e2c
--- /dev/null
@@ -0,0 +1,7 @@
+# Test that a .proto file without any messages compiles fine.
+
+Import("env")
+
+env.NanopbProto("no_messages")
+env.Object('no_messages.pb.c')
+