summaryrefslogtreecommitdiff
path: root/unit/test-mux.c
Commit message (Collapse)AuthorAgeFilesLines
* unit: Ignore errors about deprecated g_test_trap_forkMarcel Holtmann2013-12-211-0/+2
|
* unit: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* unit: M15 coding style fixJeevaka Badrappan2011-01-121-4/+4
|
* unit: explicitly compare pointers to NULLLucas De Marchi2010-11-291-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>
* Fix: g_at_chat_shutdown usage in test-muxDenis Kenzior2010-04-281-1/+0
|
* Style: Various issuesDenis Kenzior2010-01-121-3/+5
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Update unit tests for GSM 07.10 implementationDenis Kenzior2009-10-151-0/+330
|
* Fix: Quiet compiler warningDenis Kenzior2009-10-151-0/+2
|
* Update unit test for the new APIDenis Kenzior2009-10-151-8/+48
|
* Fixup unit test to the new APIDenis Kenzior2009-10-151-28/+47
|
* Update test program for GAtMux APIMarcel Holtmann2009-09-081-42/+100
|
* Update GSM 07.10 unit testingMarcel Holtmann2009-09-061-2/+63
|
* Integrate the multiplexer into the AT chat libraryMarcel Holtmann2009-09-061-1/+1
|
* Add unit testing tool for GSM 07.10 multiplexerMarcel Holtmann2009-09-051-0/+57