mirror of
https://github.com/google/pebble.git
synced 2025-03-19 02:21:21 +00:00
9 lines
230 B
Text
9 lines
230 B
Text
|
# Build and run a basic test for floating point default values.
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.NanopbProto("floats")
|
||
|
test = env.Program(["infinity_nan_test.c", "floats.pb.c", "$COMMON/pb_decode.o", "$COMMON/pb_common.o"])
|
||
|
|
||
|
env.RunTest(test)
|