aboutsummaryrefslogtreecommitdiff
path: root/tests/fixed_count/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixed_count/SConscript')
-rw-r--r--tests/fixed_count/SConscript14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/fixed_count/SConscript b/tests/fixed_count/SConscript
deleted file mode 100644
index 3cecb12..0000000
--- a/tests/fixed_count/SConscript
+++ /dev/null
@@ -1,14 +0,0 @@
-# Test that fixed count option works.
-
-Import("env")
-
-env.NanopbProto("fixed_count")
-env.Object("fixed_count.pb.c")
-
-p = env.Program(["fixed_count_unittests.c",
- "fixed_count.pb.c",
- "$COMMON/pb_encode.o",
- "$COMMON/pb_decode.o",
- "$COMMON/pb_common.o"])
-
-env.RunTest(p)