Skip to content

Commit

Permalink
move folly/test/TypeListTest.cpp
Browse files Browse the repository at this point in the history
Reviewed By: Gownta

Differential Revision: D64709701

fbshipit-source-id: 116b87ae8c4a77a1490a4c6d3932dce80521a0a3
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Oct 24, 2024
1 parent 7982c88 commit 4d25941
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ if (BUILD_TESTS OR BUILD_BENCHMARKS)
SOURCES SplitStringSimdTest.cpp
TEST detail_static_singleton_manager_test
SOURCES StaticSingletonManagerTest.cpp
TEST detail_type_list_test WINDOWS_DISABLED SOURCES TypeListTest.cpp

DIRECTORY detail/base64_detail/tests/
TEST detail_base64_detail_test WINDOWS_DISABLED
Expand Down Expand Up @@ -1170,7 +1171,6 @@ if (BUILD_TESTS OR BUILD_BENCHMARKS)
TEST token_bucket_test SOURCES TokenBucketTest.cpp
TEST traits_test SOURCES TraitsTest.cpp
TEST try_test WINDOWS_DISABLED SOURCES TryTest.cpp
TEST type_list_test WINDOWS_DISABLED SOURCES TypeListTest.cpp
TEST unicode_test SOURCES UnicodeTest.cpp
TEST unit_test SOURCES UnitTest.cpp
BENCHMARK uri_benchmark SOURCES UriBenchmark.cpp
Expand Down
9 changes: 9 additions & 0 deletions folly/detail/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,12 @@ cpp_unittest(
"//folly/portability:gtest",
],
)

cpp_unittest(
name = "detail_typelist_test",
srcs = ["TypeListTest.cpp"],
deps = [
"//folly/detail:typelist",
"//folly/portability:gtest",
],
)
File renamed without changes.
9 changes: 0 additions & 9 deletions folly/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -362,15 +362,6 @@ cpp_unittest(
],
)

cpp_unittest(
name = "detail_typelist_test",
srcs = ["TypeListTest.cpp"],
deps = [
"//folly/detail:typelist",
"//folly/portability:gtest",
],
)

cpp_library(
name = "deterministic_schedule",
srcs = [
Expand Down

0 comments on commit 4d25941

Please sign in to comment.