Skip to content

Commit adfb51f

Browse files
author
Iñigo Gabirondo
committed
Include to_pyg() tests
1 parent 9c89f0d commit adfb51f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/BUILD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,14 @@ py_test(
134134
"//tests/plugins",
135135
],
136136
)
137+
138+
py_test(
139+
name = "to_pyg_test",
140+
srcs = ["to_pyg_test.py"],
141+
shard_count = 8,
142+
deps = [
143+
"//programl",
144+
"//tests:test_main",
145+
"//tests/plugins",
146+
],
147+
)

0 commit comments

Comments
 (0)