Skip to content

Commit

Permalink
Move coro testers to folly/coro/test
Browse files Browse the repository at this point in the history
Summary:
The following targets were moved to folly/coro/test:
```
//folly/experimental/coro/test:RustAdaptorsTest
//folly/experimental/coro/test:PromiseTest
```

`arc f` was applied

This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.
You have been added as a reviewer by Sentinel or Butterfly.

p:mectts.folly

Differential Revision: D59606801

fbshipit-source-id: 0e5f90caacf51be042b98ef8696202264956248f
  • Loading branch information
Gownta authored and facebook-github-bot committed Jul 11, 2024
1 parent aee4d8d commit a0aca4b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 36 deletions.
33 changes: 33 additions & 0 deletions folly/coro/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,36 @@ cpp_benchmark(
"//folly/experimental/coro:task",
],
)

cpp_unittest(
name = "RustAdaptorsTest",
srcs = [
"RustAdaptorsTest.cpp",
],
deps = [
"//folly:cancellation_token",
"//folly:portability",
"//folly/experimental/coro:baton",
"//folly/experimental/coro:rust_adaptors",
"//folly/experimental/coro:sleep",
"//folly/portability:gtest",
"//folly/synchronization:baton",
],
)

cpp_unittest(
name = "PromiseTest",
srcs = [
"PromiseTest.cpp",
],
deps = [
"//folly:portability",
"//folly/experimental/coro:blocking_wait",
"//folly/experimental/coro:collect",
"//folly/experimental/coro:gtest_helpers",
"//folly/experimental/coro:promise",
"//folly/experimental/coro:task",
"//folly/experimental/coro:with_cancellation",
"//folly/portability:gtest",
],
)
File renamed without changes.
File renamed without changes.
36 changes: 0 additions & 36 deletions folly/experimental/coro/test/BUCK

This file was deleted.

0 comments on commit a0aca4b

Please sign in to comment.