libusb / libusb-cmake

CMake build system for libusb
https://github.com/libusb/libusb
GNU Lesser General Public License v2.1
26 stars 12 forks source link

Missing stress_mt, testlib should be named stress #8

Closed mcuee closed 1 year ago

mcuee commented 1 year ago

Reference: https://github.com/libusb/libusb-cmake/blob/main/libusb/tests/Makefile.am

Currently stress_mt is not built. The excutable of testlib should be named as stress to be consistent with upstream libusb project.

Youw commented 1 year ago

do I understand correctly that set_option and init_context are separate tests as well?

Youw commented 1 year ago

It looks like umockdev is a test as well

Youw commented 1 year ago

Closing in favor of #10