mirror of https://github.com/nirenjan/libx52.git
Prior to this change, libx52 tests needed a linker that supported the --wrap argument. This is not available on OSX, and therefore, we had to disable the unit tests on non-Linux systems. Since we needed to rebuild the libx52 library anyway for the test, it is simpler to just define libusb_control_transfer to point to our mock function. This allows us to verify libx52 on all supported platforms. |
||
|---|---|---|
| .. | ||
| libusbx52 | ||
| libx52 | ||
| libx52util | ||
| Makefile.am | ||