Skip to content

Commit 3ba47f8

Browse files
committed
Socket unit test: File renamed after namespace-move
1 parent 7287073 commit 3ba47f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ set(TEST_SOURCES
8080
${TEST}/net/unit/ip4_addr.cpp
8181
${TEST}/net/unit/ip4.cpp
8282
${TEST}/net/unit/packets.cpp
83+
${TEST}/net/unit/socket.cpp
8384
${TEST}/net/unit/tcp_packet_test.cpp
84-
${TEST}/net/unit/tcp_socket.cpp
8585
${TEST}/net/unit/tcp_write_queue.cpp
8686
${TEST}/net/unit/router.cpp
8787
${TEST}/posix/unit/fd_map_test.cpp
@@ -197,7 +197,7 @@ if(EXTRA_TESTS)
197197
message(STATUS "Adding some extra tests")
198198
list(APPEND TEST_SOURCES ${TEST}/kernel/unit/rdrand_test.cpp)
199199
list(APPEND TEST_SOURCES ${TEST}/util/unit/tar_test.cpp)
200-
200+
201201
endif()
202202

203203
if(COVERAGE)

0 commit comments

Comments
 (0)