aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder/libs/openxc-message-format/libs/nanopb/tests/enum_to_string/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'CAN-binder/libs/openxc-message-format/libs/nanopb/tests/enum_to_string/SConscript')
-rw-r--r--CAN-binder/libs/openxc-message-format/libs/nanopb/tests/enum_to_string/SConscript7
1 files changed, 0 insertions, 7 deletions
diff --git a/CAN-binder/libs/openxc-message-format/libs/nanopb/tests/enum_to_string/SConscript b/CAN-binder/libs/openxc-message-format/libs/nanopb/tests/enum_to_string/SConscript
deleted file mode 100644
index e86fcca..0000000
--- a/CAN-binder/libs/openxc-message-format/libs/nanopb/tests/enum_to_string/SConscript
+++ /dev/null
@@ -1,7 +0,0 @@
-# Test enum to string functionality
-
-Import('env')
-env.NanopbProto("enum.proto")
-p = env.Program(["enum_to_string.c", "enum.pb.c"])
-env.RunTest(p)
-