summaryrefslogtreecommitdiff
path: root/unit/test-common.c
Commit message (Collapse)AuthorAgeFilesLines
* unit: convert usage of g_test_verboseDenis Kenzior2018-12-271-10/+14
| | | | | | | | Convert all usages of this function in favor of using a static VERBOSE variable. We almost never use verbose output except while debugging. Additionally this allows us to more easily convert all unit tests to the ell unit test framework
* unit: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* unit: M15 coding style fixJeevaka Badrappan2011-01-121-3/+3
|
* test-common: Avoid accessing an unitialised variable.Andrzej Zaborowski2010-06-211-1/+1
| | | | | | | Fixes a segfault, reported by valrgind as: [...] ==6300== Use of uninitialised value of size 4 ==6300== at 0x8048B4D: test_invalid (test-common.c:81)
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Add unit test for valid APN namesDenis Kenzior2009-10-301-0/+41
|
* Add missing HAVE_CONFIG_H checksMarcel Holtmann2009-09-051-0/+4
|
* Use types.h instead of driver.h hereDenis Kenzior2009-08-201-1/+2
|
* Teach USSD to recognise password change strings.Andrzej Zaborowski2009-06-181-2/+8
| | | | | | This is slightly hacky, part of ussd.c responsible for registering services is duplicated and parse_ss_control_string is modified to accept a fourth SI fragment in the input string.
* Add directory with unit testsDenis Kenzior2009-05-121-0/+142
Includes tests for SS parser, utility functions and SMS PDU decoder / encoder utilities.