mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
8 lines
230 B
Python
8 lines
230 B
Python
# 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)
|