summaryrefslogtreecommitdiffstats
path: root/gatchat/test-qcdm.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-07-26gatchat: Fix port settings and debugging for QCDM test toolMarcel Holtmann1-13/+4
2010-11-29gatchat: explicitly compare pointers to NULLLucas De Marchi1-3/+3
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-04-10Add initial implementation for QCDM test utilityMarcel Holtmann1-0/+174
2010-04-10Add skeleton for QCDM test programMarcel Holtmann1-0/+29