summaryrefslogtreecommitdiffstats
path: root/unit/test-rilmodem-cs.c
AgeCommit message (Collapse)AuthorFilesLines
2015-11-29unit: add new test-rilmodem-sms test casesTony Espy1-2/+4
Add new test-rilmodem-sms test cases for the remaining untested atom functions, including two tests for incoming SMS unsolicited responses. Also updated test-rilmodem-cs due to rilmodem-test-server changes.
2015-11-19unit: re-factor test-rilmodem-cs server logicTony Espy1-256/+123
Use the new rilmodem-test-server functions.
2015-11-05unit: add new test rilmodem-csTony Espy1-0/+694
This commit adds a new style of build-time/unit test to rilmodem. These tests setup a dummy server socket and attach a gril instance to it. This allows rilmodem call-settings atom functions to be tested directly, validating request parcels received by the server-side, and callbacks that happen in response to canned responses sent by the server-side.