Commit Graph

9 Commits

Author SHA1 Message Date
Tedd Ho-Jeong An
931d804022 unit: Add SPDX License Identifier
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
2020-09-21 16:19:36 -07:00
Marcel Holtmann
261948090e build: Move declaration of _GNU_SOURCE back into individual source files 2018-12-06 21:28:18 +01:00
Gowtham Anandha Babu
068dcecd44 unit/test-lib: Use tester framework 2015-05-22 13:52:47 +03:00
Marcel Holtmann
75cfe39fa7 unit: Check ntoh64 and htob64 against shared conversion functions 2014-01-24 21:35:35 -08:00
Marcel Holtmann
dfa18f7d73 unit: Add simple test case for ntoh64 hton64 functions 2014-01-24 20:55:44 -08:00
Anderson Lizardo
accf3e8144 unit: Add tests for sdp_get_server_ver() 2013-02-18 10:01:53 +02:00
Anderson Lizardo
78ca13b4f7 unit: Add tests for sdp_get_profile_descs() 2013-02-18 10:01:50 +02:00
Anderson Lizardo
429cee00a5 unit: Add tests for sdp_get_lang_attr() 2013-02-18 09:59:39 +02:00
Anderson Lizardo
a9544b8062 unit: Add initial SDP library unit tests
These tests will cover all public SDP library API not covered yet by the
tests in test-sdp.c (which focus on the SDP server).
2013-02-18 09:55:03 +02:00