summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-12-12libusbgx: tests: fix: Make our tests os_desc awareKrzysztof Opasiak1-1/+4
2017-03-03libusbgx: common: Use fread() instead of fgets()Krzysztof Opasiak2-25/+29
2017-03-03libusbgx: common: Use fwrite() instead of fputs()Krzysztof Opasiak2-23/+35
2017-03-02libusbgx: Add usbg_free_config_strs()Krzysztof Opasiak1-0/+2
2017-03-02libusbgx: Get rid of static buffers from usbg_gadget_strsKrzysztof Opasiak1-3/+13
2017-03-02libusbgx: Add usbg_free_gadget_strs()Krzysztof Opasiak1-0/+1
2016-12-14libusbgx: Keep gadget strs in the same order as in device descKrzysztof Opasiak3-12/+12
2016-12-14libusbgx: Use string name similar to USB specKrzysztof Opasiak2-12/+12
2016-12-14libusbgx: tests: Fix indent and line lengthKrzysztof Opasiak3-60/+108
2016-12-14libusbgx: Remove typedefs for public structuresKrzysztof Opasiak3-50/+70
2016-12-13libusbgx: Use suitable prefix for usbg_function_type enumKrzysztof Opasiak2-71/+71
2016-12-13libusbgx: Use suitable prefix for usbg_gadget_str enumKrzysztof Opasiak1-6/+6
2016-12-13libusbgx: Use suitable prefix for usbg_gadget_attr enumKrzysztof Opasiak2-16/+16
2015-12-23libusbgx: tests: Update tests to use *_s() functionsKrzysztof Opasiak1-41/+43
2015-12-23libusbgx: tests: Port all tests to new APIKrzysztof Opasiak3-69/+99
2015-12-23libusbgx: tests: Update tests to read params in correct ordersKrzysztof Opasiak1-4/+4
2015-12-22libusbgx: tests: Add missing test casesPawel Szewczyk1-0/+38
2015-12-22libusbgx: tests: Add tests for gadget strings enumPawel Szewczyk1-0/+55
2015-12-22libusbgx: tests: Add create function testPawel Szewczyk3-0/+60
2015-12-22libusbgx: tests: Add getting function attributes testsPawel Szewczyk3-0/+520
2015-12-22libusbgx: tests: Add assertions for function attributesPawel Szewczyk1-0/+32
2015-12-22libusbgx: tests: Add creating configuration testPawel Szewczyk1-0/+44
2015-12-22libusbgx: tests: Add framework setup for creating configPawel Szewczyk2-0/+50
2015-12-22libusbgx: tests: Move initialization from for_each functions to testsPawel Szewczyk3-48/+116
2015-12-22libusbgx: tests: Separate safe state initialization from testsPawel Szewczyk3-90/+35
2015-12-22libusbgx: tests: Add macros for structures definitionsPawel Szewczyk1-109/+57
2015-12-22libusbgx: tests: Separate common code of gadget testingPawel Szewczyk3-74/+62
2015-12-22libusbgx: tests: Add wrappers for safe allocationPawel Szewczyk3-193/+85
2015-12-22libusbgx: tests: Use new version of cmockaPawel Szewczyk1-60/+35
2015-12-22libusbgx: tests: Add config attributes getting and setting testPawel Szewczyk1-0/+157
2015-12-22libusbgx: tests: Add simulation of configfs for config attributesPawel Szewczyk2-1/+147
2015-12-22libusbgx: tests: Add getting and setting config strs testPawel Szewczyk1-0/+109
2015-12-22libusbgx: tests: Add simulation of configfs for config stringsPawel Szewczyk2-0/+98
2015-12-22libusbgx: tests: Add getting binding testPawel Szewczyk1-0/+98
2015-12-22libusbgx: tests: Add simulation of configfs for getting bindingsPawel Szewczyk2-0/+46
2015-12-22libusbgx: tests: Support static binding definitionKrzysztof Opasiak1-10/+19
2015-12-22libusbgx: tests: Make a deep copy of date for each test caseKrzysztof Opasiak3-20/+291
2015-12-22libusbgx: tests: Add writable attribute to test_* structuresKrzysztof Opasiak2-0/+13
2015-12-22libusbgx: tests: Initialize test_function when necessaryKrzysztof Opasiak2-16/+22
2015-12-22libusbgx: tests: Add test_binding structurePawel Szewczyk3-13/+68
2015-12-22libusbgx: tests: Add getting gadget string testPawel Szewczyk1-0/+34
2015-12-22libusbgx: tests: Add simulation of configfs for getting gadget stringsPawel Szewczyk2-0/+53
2015-12-22libusbgx: tests: Add setting gadget strs testsPawel Szewczyk1-0/+89
2015-12-22libusbgx: tests: Fix coding styleKrzysztof Opasiak1-14/+36
2015-12-22libusbgx: tests: Add simulation of configfs for gadget strings settingPawel Szewczyk3-0/+132
2015-12-22libusbgx: tests: Stop using gadget attributes strings array directlyPawel Szewczyk1-2/+2
2015-12-22libusbgx: tests: Try to iterate over all gadget attributesKrzysztof Opasiak1-1/+15
2015-12-22libusbgx: tests: Test getting strings of gadget attributesPawel Szewczyk1-0/+51
2015-12-22libusbgx: tests: Add udc testsPawel Szewczyk1-0/+49
2015-12-22libusbgx: tests: Add states with long stringsPawel Szewczyk1-0/+72