Skip to content

Commit

Permalink
Move io_tests to folly/io/async/test
Browse files Browse the repository at this point in the history
Summary:
The following targets were moved to folly/io/async/test:
```
//folly/experimental/io/test:io_test_temp_file_util_lib
//folly/experimental/io/test:async_base_test_lib
//folly/experimental/io/test:mux_io_thread_pool_executor_test_lib
//folly/experimental/io/test:mux_io_thread_pool_executor_test_epoll
//folly/experimental/io/test:mux_io_thread_pool_executor_test_epoll_rearm_inline
//folly/experimental/io/test:mux_io_thread_pool_executor_test_io_uring
```

`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:meitexc.folly

Reviewed By: dtolnay

Differential Revision: D59712373

fbshipit-source-id: f49ace8c4431d41db2e42c0a306ef19192b90fb4
  • Loading branch information
Gownta authored and facebook-github-bot committed Jul 13, 2024
1 parent ab61591 commit b59f99e
Show file tree
Hide file tree
Showing 10 changed files with 673 additions and 611 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,8 @@ if (BUILD_TESTS OR BUILD_BENCHMARKS)
TEST async_io_test
SOURCES
AsyncIOTest.cpp
../../../experimental/io/test/AsyncBaseTestLib.cpp
../../../experimental/io/test/IoTestTempFileUtil.cpp
AsyncBaseTestLib.cpp
IoTestTempFileUtil.cpp
)
endif()

Expand Down
Loading

0 comments on commit b59f99e

Please sign in to comment.