Skip to content

Commit

Permalink
Restore clone_test, accidentally removed by #2700 (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow authored Mar 30, 2023
1 parent 46503c0 commit dbde1f7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions explorer/fuzzing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,28 @@ cc_test(
],
)

cc_test(
name = "clone_test",
srcs = ["clone_test.cpp"],
args = [
"$(locations //explorer:standard_libraries)",
"$(locations //explorer/testdata:carbon_files)",
],
data = [
"//explorer:standard_libraries",
"//explorer/testdata:carbon_files",
],
deps = [
":ast_to_proto_lib",
"//common/fuzzing:carbon_cc_proto",
"//explorer/ast",
"//explorer/syntax",
"@com_google_googletest//:gtest",
"@com_google_protobuf//:protobuf_headers",
"@llvm-project//llvm:Support",
],
)

cc_fuzz_test(
name = "explorer_fuzzer",
testonly = 1,
Expand Down

0 comments on commit dbde1f7

Please sign in to comment.