Skip to content

Commit

Permalink
Add remaining source files to link_tests target
Browse files Browse the repository at this point in the history
Summary: as titled

Reviewed By: harshitgulati18

Differential Revision: D65977163

fbshipit-source-id: ac2d236d69448c296dfe62b04d9b8f8e85edb48d
  • Loading branch information
paulcruz74 authored and facebook-github-bot committed Nov 15, 2024
1 parent 3f8b2b5 commit 088afb8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions cmake/AgentTestLinkTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@
# cmake/FooBar.cmake

add_library(link_tests
fboss/agent/test/link_tests/DependencyTest.cpp
fboss/agent/test/link_tests/EmptyLinkTest.cpp
fboss/agent/test/link_tests/LacpSanityTests.cpp
fboss/agent/test/link_tests/LinkSanityTests.cpp
fboss/agent/test/link_tests/LinkTest.cpp
fboss/agent/test/link_tests/LinkTestUtils.cpp
fboss/agent/test/link_tests/LinkSanityTests.cpp
fboss/agent/test/link_tests/PtpTests.cpp
fboss/agent/test/link_tests/MacLearningTests.cpp
fboss/agent/test/link_tests/OpticsTest.cpp
fboss/agent/test/link_tests/LacpSanityTests.cpp
fboss/agent/test/link_tests/PhyInfoTest.cpp
fboss/agent/test/link_tests/PrbsTest.cpp
fboss/agent/test/link_tests/PtpTests.cpp
fboss/agent/test/link_tests/SpeedChangeTest.cpp
)

target_link_libraries(link_tests
Expand Down

0 comments on commit 088afb8

Please sign in to comment.