summaryrefslogtreecommitdiffstats
path: root/unit/test-rilmodem-cs.c
AgeCommit message (Collapse)AuthorFilesLines
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.