Skip to content

Commit

Permalink
Rename testcurl to test_curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 13, 2024
1 parent c973b78 commit 6dc467b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif(LibUV_FOUND)
find_package(CURL)

if (CURL_FOUND)
add_subdirectory(testcurl)
add_subdirectory(test_curl)
endif(CURL_FOUND)

find_package(Libevent)
Expand Down
6 changes: 6 additions & 0 deletions tests/test_curl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

add_executable(test_curl test_curl.cpp)
target_link_libraries(test_curl ucoro CURL::libcurl)

add_test(NAME test_curl COMMAND test_curl)
set_target_properties(test_curl PROPERTIES FOLDER "ucoro_tests")
File renamed without changes.
6 changes: 0 additions & 6 deletions tests/testcurl/CMakeLists.txt

This file was deleted.

0 comments on commit 6dc467b

Please sign in to comment.