Skip to content

Commit 52fcc5f

Browse files
committed
Export test data directories.
1 parent 63854e3 commit 52fcc5f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
filegroup(
2+
name = "parser-tests",
3+
srcs = glob(["**/*"]),
4+
visibility = ["//visibility:public"],
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
filegroup(
2+
name = "tests",
3+
srcs = glob(["**/*"]),
4+
visibility = ["//visibility:public"],
5+
)

0 commit comments

Comments
 (0)