summaryrefslogtreecommitdiff
path: root/src/tests/dlt-test-init-free.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix conversion warningsiod1hc2021-01-061-2/+2
| | | | | | - Casting data type to the right format. Signed-off-by: Dinh Cong Toan <Toan.DinhCong@vn.bosch.com>
* dlt-test-init-free: fix build failure with strict compiler flags, due to ↵Gianfranco Costamagna2020-01-271-2/+2
| | | | | | | | | uint being undefined. This is actually an "int" type, looking at the test implementation Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
* doxygen: Remove licenceSaya Sugiura2019-07-191-2/+0
| | | | Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
* Code beautification using uncrustifyChristoph Lipka2018-12-211-46/+41
| | | | Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
* Purged all warnings for -Wall -WextraLutz Helwing2015-10-281-18/+15
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Added programme to test repeated calls of dlt_init and dlt_freeSven Hassler2015-10-071-0/+152
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>