summaryrefslogtreecommitdiff
path: root/tests/test.c
AgeCommit message (Expand)AuthorFilesLines
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 Opasiak1-8/+8
2016-12-14libusbgx: Use string name similar to USB specKrzysztof Opasiak1-9/+9
2016-12-14libusbgx: tests: Fix indent and line lengthKrzysztof Opasiak1-30/+60
2016-12-14libusbgx: Remove typedefs for public structuresKrzysztof Opasiak1-19/+19
2016-12-13libusbgx: Use suitable prefix for usbg_function_type enumKrzysztof Opasiak1-46/+46
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 Opasiak1-8/+8
2015-12-23libusbgx: tests: Update tests to use *_s() functionsKrzysztof Opasiak1-41/+43
2015-12-23libusbgx: tests: Port all tests to new APIKrzysztof Opasiak1-21/+31
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 Szewczyk1-0/+39
2015-12-22libusbgx: tests: Add getting function attributes testsPawel Szewczyk1-0/+360
2015-12-22libusbgx: tests: Add creating configuration testPawel Szewczyk1-0/+44
2015-12-22libusbgx: tests: Move initialization from for_each functions to testsPawel Szewczyk1-20/+100
2015-12-22libusbgx: tests: Separate safe state initialization from testsPawel Szewczyk1-70/+14
2015-12-22libusbgx: tests: Add macros for structures definitionsPawel Szewczyk1-109/+57
2015-12-22libusbgx: tests: Separate common code of gadget testingPawel Szewczyk1-74/+30
2015-12-22libusbgx: tests: Add wrappers for safe allocationPawel Szewczyk1-36/+8
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 getting and setting config strs testPawel Szewczyk1-0/+109
2015-12-22libusbgx: tests: Add getting binding testPawel Szewczyk1-0/+98
2015-12-22libusbgx: tests: Make a deep copy of date for each test caseKrzysztof Opasiak1-12/+7
2015-12-22libusbgx: tests: Add writable attribute to test_* structuresKrzysztof Opasiak1-0/+8
2015-12-22libusbgx: tests: Add test_binding structurePawel Szewczyk1-3/+3
2015-12-22libusbgx: tests: Add getting gadget string testPawel Szewczyk1-0/+34
2015-12-22libusbgx: tests: Add setting gadget strs testsPawel Szewczyk1-0/+89
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
2015-12-22libusbgx: tests: Add gadget attrs get/set testsPawel Szewczyk1-0/+209
2015-12-22libusbgx: tests: Add getting config testsPawel Szewczyk1-0/+154
2015-12-22libusbgx: tests: Add getting configfs path testPawel Szewczyk1-0/+90
2015-12-22libusbgx: tests: Add getting functions testsPawel Szewczyk1-9/+358
2015-12-22libusbgx: tests: Make some functions static, some move to headerPawel Szewczyk1-38/+26
2015-12-22libusbgx: tests: Add doxygen macros for documenting test casesKrzysztof Opasiak1-27/+89
2015-12-22libusbgx: tests: Build tests with autotoolsKrzysztof Opasiak1-6/+33
2015-12-22libusbgx: tests: Fix tests to use correct usbg_state fieldKrzysztof Opasiak1-3/+3
2015-12-22libusbgx: tests: Fix tests buildKrzysztof Opasiak1-0/+5
2015-12-22libusbgx: tests: Remove negative buffer testPawel Szewczyk1-8/+0
2015-12-22libusbgx: tests: Allow to skip some testsKrzysztof Opasiak1-40/+277
2015-12-22libusbgx: tests: Add init and getting gadgets testsPawel Szewczyk1-0/+497