Skip to content

Commit

Permalink
Port CMake to v1.0.26 branch (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youw authored Aug 5, 2023
1 parent b57008d commit d6f4c19
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,3 @@ function(add_libusb_test TEST_NAME)
endfunction()

add_libusb_test(stress "stress.c")

add_executable(stress_mt "${TESTS_ROOT}/stress_mt.c")
target_link_libraries(stress_mt PRIVATE libusb_tests_build_interface)
add_test(NAME stress_mt COMMAND stress_mt)

add_libusb_test(set_option "set_option.c")
add_libusb_test(init_context "init_context.c")

0 comments on commit d6f4c19

Please sign in to comment.