summaryrefslogtreecommitdiffstats
path: root/unit/test-caif.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-21unit: Ignore errors about deprecated g_test_trap_forkMarcel Holtmann1-0/+2
2011-10-10unit: Update copyright informationMarcel Holtmann1-1/+1
2010-11-29unit: explicitly compare pointers to NULLLucas De Marchi1-1/+1
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-01-28Use blocking GAtChat operation for CAIF unit testMarcel Holtmann1-1/+1
2010-01-28The old CAIF character device are not TTYsMarcel Holtmann1-10/+1
2010-01-28Use non-blocking and raw mode for test with CAIF character devicesMarcel Holtmann1-2/+11
2010-01-28Add second CAIF test for using character interfaceMarcel Holtmann1-6/+36
2010-01-28Some minor style cleanups for STE supportMarcel Holtmann1-0/+1
2010-01-28Add simple unit test for CAIF socketsMarcel Holtmann1-0/+140