aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-01-20Correct some spelling and add codespell config fileSean McBride
2023-12-19tests/stress_mt: Ignore device descriptor mismatch for Windows HIDTormod Volden
2023-12-19tests/stress_mt: Ignore some unavailable devices on WindowsTormod Volden
2023-12-19tests/set_option: Allow no devices in test_no_discoveryIngvar Stepanyan
2023-12-12tests/stress_mt: Stop early if any device failsIngvar Stepanyan
2023-12-11tests/set_option: Avoid use-after-free in case of test failureAurelien Jarno
2023-12-10tests: Use AM_LDFLAGS for -static flag to allow LDFLAGS overrideTormod Volden
2023-12-09tests/umockdev: Avoid unknown warning option on older gccTormod Volden
2023-12-08webusb: Wasm+WebUSB backend fixes and improvementsIngvar Stepanyan
2023-12-07darwin: add testing for IOKit version fallbacksNathan Hjelm
2023-12-05ci: do not hard code test names for CINathan Hjelm
2023-12-01stress_mt: Return error if device count variesTormod Volden
2023-12-01tests/stress_mt: Test open/transfer/close on available devicesIngvar Stepanyan
2023-11-30Add WebUSB testing via node-usbIngvar Stepanyan
2023-11-29CI: Tell tests that we don't have any devicesIngvar Stepanyan
2023-11-29testlib: Don't count skipped tests as failuresIngvar Stepanyan
2023-11-29tests: Mark callbacks as LIBUSB_CALLIngvar Stepanyan
2023-11-29tests: Fix builds with logging disabledTormod Volden
2023-11-05tests: Remove unused function in init_context.cTormod Volden
2023-05-09Fix build errors of tests with --enable-debug-logLudovic Rousseau
2023-04-12Add support for setting the log callback with libusb_set_option/libusb_init_c...Nathan Hjelm
2023-03-12tests/stress_mt: Also run with device enumerationTormod Volden
2023-03-12tests/stress_mt: Add Windows threads supportTormod Volden
2023-03-12tests: Add unit test for libusb_set_optionNathan Hjelm
2023-01-21Fix most -Wpedantic warningsTormod Volden
2023-01-20Update tests and example to use the new libusb_init_context() functionNathan Hjelm
2022-12-19tests: Add multithreaded stress test for Posix platformsTormod Volden
2022-03-20core: Install first context as implicit default (and warn about its use)Benjamin Berg
2022-03-18tests: Add some umockdev based testsBenjamin Berg
2021-10-31Fix various typos in docs/commentsluz paz
2021-06-07core: allow libusb_set_option on the default context before libusb_initNathan Hjelm
2020-11-27build: Prepare config.h for inclusion in examples/testsChris Dickens
2020-11-07tests: Refactor testlib to simplify and fix Cygwin buildChris Dickens
2020-08-10stress: test_get_device_list: change printf format for ssize_tUri Lublin
2020-03-30build: Require C11 to build and clean up autoconfig/automake filesChris Dickens
2020-01-20Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens
2017-07-16core: Introduce libusb_set_option() API functionChris Dickens
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu
2013-09-28tests: set output_file to a valid valueLudovic Rousseau
2013-08-11Android: Add examples and stress testsToby Gray
2013-04-02libusbx 1.0.15-rc1Pete Batard
2013-03-16Tests: Suppress Visual Studio 2012 Code Analysis warningsPete Batard
2013-02-27Misc: Simplify includes and misc. cleanupPete Batard
2013-02-24Tests: Fix broken OS-X and Linux buildsXiaofan Chen
2013-02-22Tests: Simplify stdout redirection and fix Windows assertion error on cleanupPete Batard
2013-01-23WinCE: Add support for WinCE (sources)Toby Gray
2012-11-25Tests: Add libusbx stress testToby Gray