Skip to content

Commit e630038

Browse files
hzellercopybara-github
authored andcommitted
Document the existence of the manual :regression_tests fuzzer rule.
The documentation is hidden away in the build_defs, but just looking at the opaque target it is not clear how to get the functionality. PiperOrigin-RevId: 694630176
1 parent b864247 commit e630038

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xls/fuzzer/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ cc_test(
373373
],
374374
)
375375

376+
# Create tests of all the known non-failing crashers.
377+
# Calling the generated manual target :regression_tests includes the failures
378+
# and :failing_regression_tests only runs the failures.
376379
generate_crasher_regression_tests(
377380
name = "regression_tests",
378381
srcs = glob(["crashers/*"]),

0 commit comments

Comments
 (0)