Tests: Add libusbx stress test
authorToby Gray <toby.gray@realvnc.com>
Wed, 21 Nov 2012 14:00:31 +0000 (14:00 +0000)
committerPete Batard <pete@akeo.ie>
Sun, 25 Nov 2012 01:32:59 +0000 (01:32 +0000)
commit21cf6e4748c20644c259d6f4271d2ca67d2e42e8
treedf0506ab131c067ac0d7bc9abdb6c5c6d88664bc
parent94b0ccc5e58b854c7e9e38b21efd3d217f0f5353
Tests: Add libusbx stress test

See https://github.com/tobygray/libusbx/tree/testing as well
as http://libusbx.1081486.n5.nabble.com/Libusbx-devel-Crashes-tt433.html#a438
14 files changed:
.gitignore
Makefile.am
autogen.sh
configure.ac
libusb/version_nano.h
msvc/libusb_2005.sln
msvc/libusb_2010.sln
msvc/stress.vcproj [new file with mode: 0644]
msvc/stress.vcxproj [new file with mode: 0644]
msvc/stress.vcxproj.filters [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/libusbx_testlib.h [new file with mode: 0644]
tests/stress.c [new file with mode: 0644]
tests/testlib.c [new file with mode: 0644]