aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/nanopb/tests/no_messages/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nanopb/tests/no_messages/SConscript')
-rw-r--r--third_party/nanopb/tests/no_messages/SConscript7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/nanopb/tests/no_messages/SConscript b/third_party/nanopb/tests/no_messages/SConscript
deleted file mode 100644
index 6492e2cf9c..0000000000
--- a/third_party/nanopb/tests/no_messages/SConscript
+++ /dev/null
@@ -1,7 +0,0 @@
-# Test that a .proto file without any messages compiles fine.
-
-Import("env")
-
-env.NanopbProto("no_messages")
-env.Object('no_messages.pb.c')
-