summaryrefslogtreecommitdiff
path: root/gatchat/test-qcdm.c
Commit message (Collapse)AuthorAgeFilesLines
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* gatchat: Fix port settings and debugging for QCDM test toolMarcel Holtmann2011-07-261-13/+4
|
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-291-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>
* Add initial implementation for QCDM test utilityMarcel Holtmann2010-04-101-0/+174
|
* Add skeleton for QCDM test programMarcel Holtmann2010-04-101-0/+29