summaryrefslogtreecommitdiff
path: root/unit/test-uhid.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-1/+1
| | | | | | | | | | | This replaces the uses of g_memdup with util_memdup since the former has been deprecated: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] g_memdup2 requires bumping glib version which would likely have its own problems thus why util_memdup was introduced.
* unit: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 25 LGPL-2.1-or-later : 1 GPL-2.0-only : 2 BSD-2-Clause : 1 License: GPL-2.0-or-later unit/test-hog.c unit/test-eir.c unit/test-gobex-header.c unit/test-crc.c unit/test-avrcp.c unit/test-ringbuf.c unit/test-gobex-apparam.c unit/test-gobex.c unit/test-hfp.c unit/test-textfile.c unit/test-avdtp.c unit/test-sdp.c unit/test-gatt.c unit/test-avctp.c unit/test-gattrib.c unit/test-queue.c unit/test-gobex-packet.c unit/test-uuid.c unit/test-crypto.c unit/test-uhid.c unit/test-gdbus-client.c unit/test-midi.c unit/test-lib.c unit/test-mgmt.c unit/test-gobex-transfer.c License: LGPL-2.1-or-later unit/test-mesh-crypto.c License: GPL-2.0-only unit/util.h unit/util.c License: BSD-2-Clause unit/test-ecc.c
* unit/test-uhid: Use tester frameworkGowtham Anandha Babu2015-10-021-36/+26
|
* unit: Replace use of g_malloc+memcpy with gmemdupLuiz Augusto von Dentz2015-03-271-2/+1
| | | | | This seems to fix problems of make check not working in 32 bit systems with gcc 5.0.
* unit/test-uhid: Add /uhid/event/feature testLuiz Augusto von Dentz2014-05-231-0/+13
|
* unit/test-uhid: Add /uhid/event/output testLuiz Augusto von Dentz2014-05-231-0/+24
|
* unit/test-uhid: Add /uhid/command/input testLuiz Augusto von Dentz2014-05-231-0/+8
|
* unit/test-uhid: Add /uhid/command/feature_answer testLuiz Augusto von Dentz2014-05-231-0/+10
|
* unit/test-uhid: Add /uhid/command/destroy testLuiz Augusto von Dentz2014-05-231-0/+8
|
* unit/test-uhid: Add /uhid/command/create testLuiz Augusto von Dentz2014-05-231-0/+210
|
* shared/uhid: Add initial APILuiz Augusto von Dentz2014-05-231-0/+37