Export test data directories.

This commit is contained in:
Cornelius Riemenschneider
2023-11-03 14:04:43 +01:00
parent 63854e36b4
commit 52fcc5f435
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
filegroup(
name = "parser-tests",
srcs = glob(["**/*"]),
visibility = ["//visibility:public"],
)

View File

@@ -0,0 +1,5 @@
filegroup(
name = "tests",
srcs = glob(["**/*"]),
visibility = ["//visibility:public"],
)