Skip to content

Commit 5484c95

Browse files
committed
mark custom_xxx_funcs_test.c as not in bazel build yet
1 parent f2256ff commit 5484c95

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/pico_float_test/BUILD.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,12 @@ filegroup(
8585
name = "m33",
8686
srcs = ["m33.c"],
8787
)
88+
89+
# TODO: Add these tests to the Bazel build.
90+
filegroup(
91+
name = "unsupported_tests",
92+
srcs = [
93+
"custom_double_funcs_test.c",
94+
"custom_float_funcs_test.c",
95+
],
96+
)

0 commit comments

Comments
 (0)