summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-08-20libusbg: tests: Add missing test casesPawel Szewczyk1-0/+38
2015-08-19libusbg: tests: Add tests for gadget strings enumPawel Szewczyk1-0/+55
2015-07-30libusbg: tests: Add create function testPawel Szewczyk3-0/+60
2015-07-30libusbg: tests: Add getting function attributes testsPawel Szewczyk3-0/+520
2015-07-30libusbg: tests: Add assertions for function attributesPawel Szewczyk1-0/+32
2015-07-30libusbg: tests: Add creating configuration testPawel Szewczyk1-0/+44
2015-07-30libusbg: tests: Add framework setup for creating configPawel Szewczyk2-0/+50
2015-07-30libusbg: tests: Move initialization from for_each functions to testsPawel Szewczyk3-48/+116
2015-07-30libusbg: tests: Separate safe state initialization from testsPawel Szewczyk3-90/+35
2015-07-30libusbg: tests: Add macros for structures definitionsPawel Szewczyk1-109/+57
2015-07-30libusbg: tests: Separate common code of gadget testingPawel Szewczyk3-74/+62
2015-07-30libusbg: tests: Add wrappers for safe allocationPawel Szewczyk3-193/+85
2015-07-30libusbg: tests: Use new version of cmockaPawel Szewczyk1-60/+35
2015-03-06libusbg: tests: Add config attributes getting and setting testPawel Szewczyk1-0/+157
2015-03-06libusbg: tests: Add simulation of configfs for config attributesPawel Szewczyk2-1/+147
2015-03-06libusbg: tests: Add getting and setting config strs testPawel Szewczyk1-0/+109
2015-03-06libusbg: tests: Add simulation of configfs for config stringsPawel Szewczyk2-0/+98
2015-03-06libusbg: tests: Add getting binding testPawel Szewczyk1-0/+98
2015-03-06libusbg: tests: Add simulation of configfs for getting bindingsPawel Szewczyk2-0/+46
2015-03-06libusbg: tests: Support static binding definitionKrzysztof Opasiak1-10/+19
2015-03-06libusbg: tests: Make a deep copy of date for each test caseKrzysztof Opasiak3-20/+291
2015-03-06libusbg: tests: Add writable attribute to test_* structuresKrzysztof Opasiak2-0/+13
2015-03-06libusbg: tests: Initialize test_function when necessaryKrzysztof Opasiak2-16/+22
2015-03-06libusbg: tests: Add test_binding structurePawel Szewczyk3-13/+68
2015-03-06libusbg: tests: Add getting gadget string testPawel Szewczyk1-0/+34
2015-03-06libusbg: tests: Add simulation of configfs for getting gadget stringsPawel Szewczyk2-0/+53
2015-03-06libusbg: tests: Add setting gadget strs testsPawel Szewczyk1-0/+89
2015-03-06libusbg: tests: Fix coding styleKrzysztof Opasiak1-14/+36
2015-03-06libusbg: tests: Add simulation of configfs for gadget strings settingPawel Szewczyk3-0/+132
2015-03-06libusbg: tests: Stop using gadget attributes strings array directlyPawel Szewczyk1-2/+2
2015-03-06libusbg: tests: Try to iterate over all gadget attributesKrzysztof Opasiak1-1/+15
2015-03-06libusbg: tests: Test getting strings of gadget attributesPawel Szewczyk1-0/+51
2015-03-06libusbg: tests: Add udc testsPawel Szewczyk1-0/+49
2015-03-06libusbg: tests: Add states with long stringsPawel Szewczyk1-0/+72
2015-03-06libusbg: tests: Add gadget attrs get/set testsPawel Szewczyk3-0/+226
2015-03-06libusbg: tests: Add simulation of configfs for gadget attrs get/setPawel Szewczyk2-0/+190
2015-03-06libusbg: tests: Add getting config testsPawel Szewczyk3-0/+191
2015-03-06libusbg: tests: Add getting configfs path testPawel Szewczyk1-0/+90
2015-03-06libusbg: tests: Add getting functions testsPawel Szewczyk3-10/+394
2015-03-06libusbg: tests: Use cast_to_largest_integral_type()Krzysztof Opasiak1-1/+3
2015-03-06libusbg: tests: Make some functions static, some move to headerPawel Szewczyk3-39/+40
2015-03-06libusbg: tests: Add doxygen macros for documenting test casesPawel Szewczyk2-27/+93
2015-03-06libusbg: tests: Remove unused variablesKrzysztof Opasiak1-3/+0
2015-03-06libusbg: tests: Add guarding macros in headerPawel Szewczyk1-0/+6
2015-03-06libusbg: tests: Build tests with autotoolsPawel Szewczyk6-33/+66
2015-03-06libusbg: tests: Add proper path comparingPawel Szewczyk2-9/+74
2015-03-06libusbg: tests: Fix tests to use correct usbg_state fieldKrzysztof Opasiak3-13/+18
2015-03-06libusbg: tests: Fix tests buildKrzysztof Opasiak2-0/+10
2015-03-06libusbg: tests: Remove negative buffer testPawel Szewczyk1-8/+0
2015-03-06libusbg: tests: Add options parsing to running scriptPawel Szewczyk1-1/+63